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