lizijie
2021-09-16 86c06b0f6f30099b436814ab223121aa8239081a
1
2
3
4
5
6
7
8
package com.moral.api.service;
 
public interface HistoryMinutelyService {
 
    //分钟表创建
    void createTable(String timeUnits);
 
}