dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
screen-api更新
jinpengyong
2021-06-23
77d0b2f08d33730aa0701e0b528edcade5c4879b
[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();
}