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