添加导出方法

This commit is contained in:
caozehui
2025-01-23 15:30:14 +08:00
parent 553fc4237a
commit e472431eb6

View File

@@ -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}$";
/** /**
* 浮点数 * 浮点数
*/ */