增加公共方法

This commit is contained in:
2025-04-10 15:55:12 +08:00
parent 9860f1c54f
commit 0301710f47

View File

@@ -6,5 +6,7 @@ public interface UserConstant {
String UNKNOWN_USER_ID = "未知用户";
String UN_LOGIN = "未登录用户";
String USER_NAME = "userName";
}