|  |  | 
 |  |  | public class VoClient implements BaseEntity { | 
 |  |  |     private static final long serialVersionUID = 1L; | 
 |  |  |  | 
 |  |  |     @Schema(title = "ID") | 
 |  |  |     private Long id; | 
 |  |  |  | 
 |  |  |     @Schema(title = "县ID") | 
 |  |  |     private String countyId; | 
 |  |  | 
 |  |  |     @Schema(title = "片区ID") | 
 |  |  |     private String blockId; | 
 |  |  |     @Schema(title = "片区名称") | 
 |  |  |     private String bolckName; | 
 |  |  |     private String blockName; | 
 |  |  |  | 
 |  |  |     @Schema(title = "分水房ID") | 
 |  |  |     private String divideId; | 
 |  |  | 
 |  |  |     private String divideName; | 
 |  |  |  | 
 |  |  |     @Schema(title = "用户类型ID") | 
 |  |  |     private String waterTypeId; | 
 |  |  |     private String typeId; | 
 |  |  |     @Schema(title = "用户类型名称") | 
 |  |  |     private String waterTypeName; | 
 |  |  |  | 
 |  |  | 
 |  |  |     private String phone; | 
 |  |  |  | 
 |  |  |     @Schema(title = "身份证号") | 
 |  |  |     private String idcard; | 
 |  |  |     private String idCard; | 
 |  |  |  | 
 |  |  |     @Schema(title = "种植面积") | 
 |  |  |     private Double area; |