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