jinpengyong
2021-10-26 52cbdcf985d429f11f752e9c17f863fe28fb61ac
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}