kaiyu
2021-12-30 56e65455f7c4761a73e75c2f8e93e679d0c2e0af
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}