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