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