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