chen_xi
2022-10-19 1b693369a0855332084612ab5e2159e7cb9f681b
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}