|  |  | 
 |  |  | import com.alibaba.fastjson2.annotation.JSONField; | 
 |  |  | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; | 
 |  |  | import com.baomidou.mybatisplus.annotation.IdType; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableField; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableId; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableName; | 
 |  |  | import com.dy.common.po.BaseEntity; | 
 |  |  | 
 |  |  |     @Schema(description = "删除标识,表单不用填写", requiredMode = Schema.RequiredMode.NOT_REQUIRED) | 
 |  |  |     public Byte deleted; | 
 |  |  |  | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     @Schema(description = "所在片区名称,form表单中不存在,只在查询显示中有效") | 
 |  |  |     public String blockName ; | 
 |  |  |  | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     @Schema(description = "所在镇名称,form表单中不存在,只在查询显示中有效") | 
 |  |  |     public String townName ; | 
 |  |  |  | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     @Schema(description = "所在村名称,form表单中不存在,只在查询显示中有效") | 
 |  |  |     public String villageName ; | 
 |  |  | } |