From 2c7d465809297cec6d737f6a1a27a580321f1f74 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Sun, 5 Jan 2025 16:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/gather/device/device/pojo/param/PqDevParam.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java b/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java index 024c98af..a619be27 100644 --- a/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java +++ b/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java @@ -174,7 +174,7 @@ public class PqDevParam { @EqualsAndHashCode(callSuper = true) public static class QueryParam extends BaseParam { @ApiModelProperty("名称") - @Pattern(regexp = PatternRegex.DEV_NAME_REGEX, message = DevValidMessage.NAME_FORMAT_ERROR) + //@Pattern(regexp = PatternRegex.DEV_NAME_REGEX, message = DevValidMessage.NAME_FORMAT_ERROR) private String name; @ApiModelProperty(value = "设备模式,字典表(数字、模拟、比对)")