dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
设备状态字段更改类型
jinpengyong
2021-07-27
3c5e130eabdad7fd688e2c8b5563c939b0651165
[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";
}