|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private static final long serialVersionUID = 760284619085936798L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //12 位数字组成,第 1-2 位为业务代码(14代表粮食入库),第 3-8 位依次为年份的后两位、2 位月份、2 位日期,后四位为顺序码。例如:141605041234 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "入库业务单号") | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "货位代码") | 
|---|
|  |  |  | private String hwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一货位编码" ) | 
|---|
|  |  |  | private String tyhwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "业务类型", description = "2:入库(默认)") | 
|---|
|  |  |  | private String ywlx = "2"; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "合同号") | 
|---|
|  |  |  | private String hth; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮权归属单位统一编码") | 
|---|
|  |  |  | private String lqgsdwtybm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "承运人") | 
|---|
|  |  |  | private String cyr; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "装粮地点") | 
|---|
|  |  |  | private String ldd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "售粮人") | 
|---|
|  |  |  | private String slr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "售粮人联系方式") | 
|---|
|  |  |  | private String slrlxfs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "售粮人身份证号") | 
|---|
|  |  |  | private String slrsfzh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "售粮人账号(银行卡或账户)") | 
|---|
|  |  |  | private String slrzh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "售粮人地址") | 
|---|
|  |  |  | private String slrdz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | @PropertyDef(label = "登记时间") | 
|---|
|  |  |  | 
|---|
|  |  |  | private String klyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "现场扣量(公斤)") | 
|---|
|  |  |  | @Column(name = "xckl") | 
|---|
|  |  |  | private Double xckl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "增扣价(公斤)") | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "更新时间") | 
|---|
|  |  |  | private Date zhgxsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "批次号") | 
|---|
|  |  |  | private String pch = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标记位") | 
|---|
|  |  |  | private String bjw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "驳运单号") | 
|---|
|  |  |  | private String bydh = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "检斤单号") | 
|---|
|  |  |  | private String jjdh = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "轮换年度") | 
|---|
|  |  |  | private String lhnd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮食性质转变单号") | 
|---|
|  |  |  | private String lsxzzbdh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | @PropertyDef(label = "记账日期") | 
|---|
|  |  |  | private Date jzrq; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | @PropertyDef(label = "生成方式") | 
|---|
|  |  |  | private String scfs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "手动补录原因") | 
|---|
|  |  |  | private String sdblyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|