1.分布式光伏台账相关

This commit is contained in:
2022-07-13 09:04:57 +08:00
parent d00bd4bf0c
commit 63ce5e649c
36 changed files with 1072 additions and 103 deletions

View File

@@ -73,9 +73,9 @@ public interface PatternRegex {
String DEPT_NAME_REGEX = "^[\\u4e00-\\u9fa5]{1,20}$";
/**
* 字典名称包括中文、数字、字母、括号以及点号
* 字典名称包括中文、数字、字母、罗马数字、括号以及点号
*/
String DIC_REGEX = "^[\\w\\u4E00-\\u9FA5()_/、\\- ]+\\.?[\\w\\u4E00-\\u9FA5()/]{0,125}$";
String DIC_REGEX = "^[\\w\\u4E00-\\u9FA5()_/、\\- ]+\\.?[\\w\\u4E00-\\u9FA5()I II III IV V /]{0,125}$";
/**
* 密码有效期1-3月