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