cjl
2023-07-01 e86e4c7bb76cb2c0ba6555de4853a6498ba22c9b
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}