This commit is contained in:
caozehui
2024-11-27 15:18:14 +08:00
parent ce2a8c3bc6
commit bdaef58706
2 changed files with 3 additions and 0 deletions

View File

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