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