pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoPr/PrDivide.java
@@ -61,7 +61,7 @@ */ @JSONField(serializeUsing= ObjectWriterImplToString.class) @Schema(description = "所在村ID", requiredMode = Schema.RequiredMode.REQUIRED) @NotNull(message = "所在村不能为空") // @NotNull(message = "所在村不能为空") private Long villageid; /** @@ -104,7 +104,7 @@ */ @Schema(description = "联系电话", requiredMode = Schema.RequiredMode.REQUIRED) //@NotBlank(message = "联系电话不能为空") @Length(message = "农联系电话必须{max}位数据", min = 11, max = 11) @Length(message = "农联系电话必须{max}位数据", max = 11) private String phone; /**