dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修改走航车校准bug
chen_xi
2022-11-11
4790789bf92ba030069219a7ba7d7d5e17945cdd
[moral.git]
/
screen-job
/
src
/
main
/
java
/
com
/
moral
/
api
/
service
/
HistoryMinutelyService.java
1
2
3
4
5
6
7
8
package com.moral.api.service;
public interface HistoryMinutelyService {
//分钟表创建
void createTable(String timeUnits);
}