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