cjl
2023-07-27 7e1d95325c00731a75d5eda7e89b37a7e5ec3a47
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";
 
 
 
}