liurunyu
2024-04-02 b9b3e0c4615437a6c78cd231c979c15af8bbe7a3
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoBa/BaClient.java
@@ -122,7 +122,7 @@
    /**
     * 县名称+镇名称+村名称,不可填写,自动生成
     */
    @Schema(description = "县名称+镇名称+村名称,form表单中不存在,只在显示中有效", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @Schema(description = "县名称+镇名称+村名称,form表单中不存在,只在查询显示中有效", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    public String district;
    /**
@@ -151,15 +151,15 @@
    /**
     * 是否删除: 0表示未删除  1表示删除.
     */
    @Schema(description = "删除标识,表单不用填写", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @Schema(description = "删除标识,form表单中不存在,只在查询显示中有效", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    public Deleted deleted;
    @TableField(exist = false)
    @Schema(description = "所在片区名称,只在查询中有效")
    @Schema(description = "所在片区名称,form表单中不存在,只在查询显示中有效")
    public String blockName ;
    @TableField(exist = false)
    @Schema(description = "所属农户类型名称,只在查询中有效")
    @Schema(description = "所属农户类型名称,form表单中不存在,只在查询显示中有效")
    public String typeName ;
}