dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
update
jinpengyong
2021-06-24
540925e898349f0bd0108efb2cc3b3733dcb8566
[~chenjialiang/moral.git]
/
screen-job
/
src
/
main
/
java
/
com
/
moral
/
api
/
service
/
HistoryFiveMinutelyService.java
1
2
3
4
5
6
7
8
9
package com.moral.api.service;
public interface HistoryFiveMinutelyService {
void createTable(String timeUnits);
void insertHistoryFiveMinutely();
}