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