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