lizijie
2022-01-07 8ba6add88e9d5c408110dfcf80bf14e8d8df7c79
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";
 
 
 
}