jpy
2023-05-27 17b02d1c3496999bf67c88616379d514ca986b67
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}