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