jinpengyong
2021-06-23 69d00365e9f099b26c4fc7a298cabeb131956d8a
1
2
3
4
5
6
7
8
9
package com.moral.api.service;
 
public interface HistoryFiveMinutelyService {
 
    void createTable(String timeUnits);
 
    void insertHistoryFiveMinutely();
 
}