jinpengyong
2021-08-09 4e112b206ac69d0f5ce7b78439578a20b52bac3a
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}