dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/dev' into dev
wuqiping
2021-06-09
f342a0d88b2a7168f794d0cf545d16a3138acb6d
[~admin/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";
}