zhubaomin
2024-10-28 b15920d5a66d379c9fd9cb15fcc48f0f078e7c77
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoBa/BaDistrict.java
@@ -42,6 +42,7 @@
     * 上级行下区ID
     */
    @Schema(description = "上级实体id", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @JSONField(serializeUsing= ObjectWriterImplToString.class)
    public Long supperId;
    /**
@@ -82,4 +83,15 @@
    @TableField(exist = false)
    public List<BaDistrict> subDistricts ;
    /**
     * 下级行政区集合
     */
    @Schema(description = "是否可以添下级,表单不用填写,只在查询列表时有效", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @TableField(exist = false)
    public boolean canAdd ;
    @Schema(description = "是否可以删除,表单不用填写,只在查询列表时有效", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @TableField(exist = false)
    public boolean canDelete ;
}