chen_xi
2022-09-22 707962b2002a90847b7d4839d9328e5b289512a4
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}