tj
2025-06-05 2d549a04870d1315868a7cf19952b64e8071e711
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.cloudroam.module.message;
 
/**
 * websocket 模块常量
 *
 * @author 
 */
public class MessageConstant {
 
    private MessageConstant() {}
 
    public static final String USER_KEY = "user";
}