|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import com.fzzy.api.entity.ApiParent; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import lombok.EqualsAndHashCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.Column; | 
|---|
|  |  |  | import javax.persistence.Entity; | 
|---|
|  |  |  | import javax.persistence.Id; | 
|---|
|  |  |  | import javax.persistence.Table; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "货位代码") | 
|---|
|  |  |  | private String hwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一货位编码" ) | 
|---|
|  |  |  | private String tyhwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "检查害虫方法") | 
|---|
|  |  |  | private String jchcff; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "发生部位") | 
|---|
|  |  |  | private String fsbw; | 
|---|
|  |  |  | @JSONField(serialize = true) | 
|---|
|  |  |  | private String fsbw = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "害虫种类") | 
|---|
|  |  |  | @JSONField(serialize = true) | 
|---|
|  |  |  | private String hczl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "虫口密度值集合") | 
|---|
|  |  |  | 
|---|
|  |  |  | private String cldjpd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "害虫抗药性分析") | 
|---|
|  |  |  | private String hckyxfx; | 
|---|
|  |  |  | private String hckyxfx= "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "操作标志") | 
|---|
|  |  |  | private String czbz; | 
|---|