|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码") | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一库区编码") | 
|---|
|  |  |  | private String tykqbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "记账日期") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | private Date jzrq; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "客户编号") | 
|---|
|  |  |  | @PropertyDef(label = "客户名称") | 
|---|
|  |  |  | private String khmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "来粮预报号/提货单号") | 
|---|
|  |  |  | 
|---|
|  |  |  | private String lldm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "净重") | 
|---|
|  |  |  | private String jz; | 
|---|
|  |  |  | private Double jz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "数据状态") | 
|---|
|  |  |  | private String czbz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "最后更新时间") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | private Date zhgxsh; | 
|---|
|  |  |  | private Date zhgxsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "批次号") | 
|---|
|  |  |  | private String pch; | 
|---|