wuzeyu
2024-06-17 0b14f9edded52e3b529fe0bc346904333ea2d4c4
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoPr/PrDivide.java
@@ -84,7 +84,7 @@
     * 覆盖村
     */
    @Schema(description = "覆盖村", requiredMode = Schema.RequiredMode.REQUIRED)
    @Length(message = "覆盖村不大于{max}字,不小于{min}字", min = 1, max = 100)
    @Length(message = "覆盖村不大于{max}字", max = 100)
    private String villages;
    /**