修改查询列表的权限

This commit is contained in:
sh
2025-11-21 17:02:12 +08:00
parent ee9af47af6
commit 85478f7378
4 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ public class UserConstants
* 用户名长度限制
*/
public static final int USERNAME_MIN_LENGTH = 2;
public static final int USERNAME_MAX_LENGTH = 20;
public static final int USERNAME_MAX_LENGTH = 50;
/**
* 密码长度限制