zhubaomin
2025-04-09 548678d4cf3d1792e2cb989f26cf7e8af0ec8fde
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoBa/BaBlock.java
@@ -66,14 +66,14 @@
     * 电子地图区域着色
     */
    @Schema(description = "区域着色", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @Length(message = "区域着色长度小于{max}字", min = 1, max = 6)
    @Length(message = "区域着色长度小于{max}字", min = 0, max = 6)
    public String color;
    /**
     * 备注
     */
    @Schema(description = "备注", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @Length(message = "备注长度小于{max}字", min = 1, max = 50)
    @Length(message = "备注长度小于{max}字", min = 0, max = 50)
    public String remark;
    /**