jinpengyong
2021-06-24 b7f1bd1f00f3903b828d517f5b0e9cf9c5bfe6f6
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";
 
 
 
}