添加导出方法
This commit is contained in:
@@ -128,6 +128,11 @@ public interface PatternRegex {
|
|||||||
*/
|
*/
|
||||||
String DEV_NAME_REGEX = "[\\u4E00-\\u9FA5A-Za-z0-9ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ_\\s+\\#\\-]{1,32}$";
|
String DEV_NAME_REGEX = "[\\u4E00-\\u9FA5A-Za-z0-9ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ_\\s+\\#\\-]{1,32}$";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 灿能二楼设备名称
|
||||||
|
*/
|
||||||
|
String CN_DEV_NAME_REGEX = "[0-9\\-]{1,32}$";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 浮点数
|
* 浮点数
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user