swb
2024-09-02 8ef7153a44f16d6874bf38c6dca3b4a49d00becf
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}