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