4.8
yanghb
2024-04-08 171c4d17306ea4b43afe65014ccbcce6ba9eefa6
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.stylefeng.roses.kernel.im.api.constants;
 
/**
 * IM模块的常量
 */
public interface ImConstants {
 
    /**
     * IM模块的名称
     */
    String IM_MODULE_NAME = "kernel-d-im";
 
}