jinpengyong
2024-02-01 1ef1640c9eebf928b28befa55c5f3e3f8fece4b9
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";
 
 
 
}