diff --git a/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsDetectors.java b/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsDetectors.java index 493ab957..32d317ed 100644 --- a/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsDetectors.java +++ b/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/configuration/GardsDetectors.java @@ -23,14 +23,12 @@ public class GardsDetectors implements Serializable { * 探测器id */ @TableId(value = "DETECTOR_ID") - @NotNull(message = "The detector id cannot be empty", groups = {InsertGroup.class, UpdateGroup.class}) private Integer detectorId; /** * 探测器编码 */ @TableField(value = "DETECTOR_CODE") - @NotBlank(message = "The detector code cannot be empty", groups = {InsertGroup.class, UpdateGroup.class}) private String detectorCode; /**