暂态模块bug修改

This commit is contained in:
hzj
2026-01-26 15:02:25 +08:00
parent 764ca4a12a
commit 5389903ed7
12 changed files with 1894 additions and 1777 deletions

View File

@@ -75,9 +75,9 @@ public interface PatternRegex {
String ROLE_REGEX = "^[a-zA-Z][a-zA-Z0-9]{2,50}$";
/**
* 部门名称由汉字组成长度为0-20
* 部门名称由汉字组成长度为0-32 前端统一32了这边改下长度
*/
String DEPT_NAME_REGEX = "^[\\u4e00-\\u9fa5]{1,20}$";
String DEPT_NAME_REGEX = "^[\\u4e00-\\u9fa5]{1,32}$";
/**
* 字典名称包括中文、数字、字母、罗马数字、括号以及点号