kaiyu
2022-01-13 84c730a2614788e140ff15d9f2f5e1eec61fcf6f
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";
 
 
 
}