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