微调
This commit is contained in:
@@ -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}$";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user