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