|  |  | 
 |  |  | import com.dy.common.mybatis.envm.Deleted; | 
 |  |  | import com.dy.common.mybatis.envm.Disabled; | 
 |  |  | import com.dy.common.po.BaseEntity; | 
 |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
 |  |  | import io.swagger.v3.oas.annotations.media.Schema; | 
 |  |  | import jakarta.validation.constraints.Max; | 
 |  |  | import jakarta.validation.constraints.Min; | 
 |  |  | 
 |  |  |      * 编号 | 
 |  |  |      */ | 
 |  |  |     @Schema(description = "农户编号(系统自动生成)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) | 
 |  |  |     public String num ; | 
 |  |  |     public Integer num; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 手机号 | 
 |  |  | 
 |  |  |      * 种植面积 | 
 |  |  |      */ | 
 |  |  |     @Schema(description = "农户种植面积", requiredMode = Schema.RequiredMode.NOT_REQUIRED) | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     public Double area; | 
 |  |  |  | 
 |  |  |     /** |