cjl
2024-03-29 d672457aaf5c7a2b7429b4eef82d574009b01351
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}