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

@@ -258,4 +258,6 @@ public interface PatternRegex {
* 误差体系名称正则(只能包含数字、字母、下划线、点、减号、空格、斜杠)
*/
String ERR_SYS_NAME="^[\\w\\-\\s\\./]+$";
String PQ_SOURCE_NAME="^[\\u4e00-\\u9fa5\\w\\-]+$";
}