liurunyu
2023-11-23 16a96f990b1c2ae06f56a8ebac44e911b9d8ef32
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoBa/BaClient.java
@@ -95,7 +95,7 @@
     * 编号
     */
    @Schema(description = "农户编号(系统自动生成)", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    public Integer num;
    public String num ;
    /**
     * 手机号
@@ -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 ;
}