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