From 6aef21797daada9a136781b00bda0d3b223ef91f Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 6 May 2025 10:43:19 +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 --- .../java/com/njcn/gather/device/pojo/param/PqDevParam.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/device/pojo/param/PqDevParam.java b/detection/src/main/java/com/njcn/gather/device/pojo/param/PqDevParam.java index 24f9dc11..3d2f23b3 100644 --- a/detection/src/main/java/com/njcn/gather/device/pojo/param/PqDevParam.java +++ b/detection/src/main/java/com/njcn/gather/device/pojo/param/PqDevParam.java @@ -107,9 +107,7 @@ public class PqDevParam { private Integer reCheckNum; @ApiModelProperty("是否支持系数校准") - @Min(value = 0, message = DetectionValidMessage.FACTOR_FLAG_FORMAT_ERROR) - @Max(value = 1, message = DetectionValidMessage.FACTOR_FLAG_FORMAT_ERROR) - private String factorFlag; + private Integer factorFlag; @ApiModelProperty("监测点台账列表") @Valid