kaiyu
2021-11-04 106f592036957a45f467d93556a63facf45e6505
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}