dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
通过时间和mac集合查询数据接口,修改蜂窝图小时数据接口
lizijie
2022-04-28
dacae5af651baa6ae102c8dd4350a7b8b7d86fe6
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
constant
/
TopicConstants.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.api.constant;
public class TopicConstants {
/**
* Test 主题
*/
public static final String TEST_TOPIC_MESSAGE = "test_topic";
}