微调
This commit is contained in:
@@ -282,4 +282,10 @@ public interface PatternRegex {
|
||||
String REPORT_NAME_REGEX = "^[a-zA-Z0-9\\u4e00-\\u9fa5\\-]{1,50}$";
|
||||
|
||||
String REPORT_VERSION_REGEX = "^[a-zA-Z0-9\\u4e00-\\u9fa5\\-\\.]{1,50}$";
|
||||
|
||||
String SCRIPT_NAME_REGEX = "^[a-zA-Z0-9\\u4e00-\\u9fa5\\-\\.]{1,50}$";
|
||||
|
||||
String ICD_NAME_REGEX = "^[a-zA-Z0-9\\u4e00-\\u9fa5\\-\\.]{1,50}$";
|
||||
|
||||
String ICD_PATH_REGEX = "^[A-Za-z0-9\\/\\-]+$";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user