liurunyu
2024-10-29 1d33686e8f3e25b8db7d33ed162991f75ff1258d
pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/java/com/dy/pipIrrBase/district/DistrictVo.java
@@ -25,7 +25,7 @@
    @Schema(description = "行政区编号", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotEmpty(message = "行政区编号不能为空") //不能为空也不能为null
    @Length(message = "行政区编号是一位或两位数", min = 1, max = 2)
    @Length(message = "行政区编号是一位或两位数", min = 1, max = 3)
    public String num ;
    @Schema(description = "行政区级别", requiredMode = Schema.RequiredMode.NOT_REQUIRED)