This commit is contained in:
caozehui
2024-12-09 14:44:08 +08:00
parent d495083995
commit ae4f4485fc

View File

@@ -264,5 +264,13 @@ public interface PatternRegex {
*/
String ERR_SYS_NAME="^[\\w\\-\\s\\./]+$";
/**
* 检测源名称
*/
String PQ_SOURCE_NAME="^[\\u4e00-\\u9fa5\\w\\-]+$";
/**
* 检测计划名称
*/
String PLAN_NAME_REGEX = "^[\\u4e00-\\u9fa5\\w\\-]{1,50}$";
}