|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 lqgsdwdm; | 
|---|
|  |  |  | @PropertyDef(label = "粮权归属单位统一编码") | 
|---|
|  |  |  | private String lqgsdwtybm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "承运人") | 
|---|
|  |  |  | private String cyr; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "运输工具") | 
|---|
|  |  |  | private String ysgj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "车船号") | 
|---|
|  |  |  | private String cch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "车船号类型") | 
|---|
|  |  |  | private String cchlx; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "车船号") | 
|---|
|  |  |  | private String cch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "挂车号") | 
|---|
|  |  |  | private String gch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @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 jjlx; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "毛重(公斤)") | 
|---|
|  |  |  | private double mz; | 
|---|
|  |  |  | private Double mz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "毛重监磅员") | 
|---|
|  |  |  | private String mzjby; | 
|---|
|  |  |  | 
|---|
|  |  |  | private String zcy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "皮重(公斤)") | 
|---|
|  |  |  | private double pz; | 
|---|
|  |  |  | private Double pz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "皮重监磅员") | 
|---|
|  |  |  | private String pzjby; | 
|---|
|  |  |  | 
|---|
|  |  |  | private String bzw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标准包单包重(公斤)") | 
|---|
|  |  |  | private double bzbdbz = 25; | 
|---|
|  |  |  | private Double bzbdbz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标准包件数(件)") | 
|---|
|  |  |  | private Integer bzbjs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "质检扣量(小计:公斤)") | 
|---|
|  |  |  | private double zjklxj; | 
|---|
|  |  |  | private Double zjklxj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:水分增扣量(公斤)") | 
|---|
|  |  |  | private double qzsfzkl; | 
|---|
|  |  |  | private Double qzsfzkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:杂质增扣量(公斤)") | 
|---|
|  |  |  | private double qzzzzkl; | 
|---|
|  |  |  | private Double qzzzzkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:不完善粒扣量(公斤)") | 
|---|
|  |  |  | private double qzbwslkl; | 
|---|
|  |  |  | private Double qzbwslkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:互混扣量(公斤)") | 
|---|
|  |  |  | private double qzhhkl; | 
|---|
|  |  |  | private Double qzhhkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:生霉粒扣量(公斤)") | 
|---|
|  |  |  | private double qzsmlkl; | 
|---|
|  |  |  | private Double qzsmlkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:整精米粒扣量(公斤)") | 
|---|
|  |  |  | private double qzzjmlkl; | 
|---|
|  |  |  | private Double qzzjmlkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:谷外糙米扣量(公斤)") | 
|---|
|  |  |  | private double qzgwcmkl; | 
|---|
|  |  |  | private Double qzgwcmkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中黄粒米扣量(公斤)") | 
|---|
|  |  |  | private double qzhlmkl; | 
|---|
|  |  |  | private Double qzhlmkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:其他扣量(公斤)") | 
|---|
|  |  |  | private double qzqtkl; | 
|---|
|  |  |  | private Double qzqtkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "整理费用折扣量(公斤)") | 
|---|
|  |  |  | private double zlfyzkl; | 
|---|
|  |  |  | private Double zlfyzkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "包装物扣量(公斤)") | 
|---|
|  |  |  | private double bzwkl; | 
|---|
|  |  |  | private Double bzwkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其他扣量(公斤)") | 
|---|
|  |  |  | private double qtkl; | 
|---|
|  |  |  | private Double qtkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "扣量原因") | 
|---|
|  |  |  | private String klyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "现场扣量(公斤)") | 
|---|
|  |  |  | @Column(name = "xckl") | 
|---|
|  |  |  | private double xckl; | 
|---|
|  |  |  | private Double xckl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "增扣价(公斤)") | 
|---|
|  |  |  | private double zkj; | 
|---|
|  |  |  | private Double zkj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "增扣价原因") | 
|---|
|  |  |  | private String zkhyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "净重(公斤)") | 
|---|
|  |  |  | private double jz; | 
|---|
|  |  |  | private Double jz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "装卸作业单位") | 
|---|
|  |  |  | private String zxzydw; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "更新时间") | 
|---|
|  |  |  | private Date zhgxsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String pch; | 
|---|
|  |  |  | @PropertyDef(label = "批次号") | 
|---|
|  |  |  | private String pch = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标记位") | 
|---|
|  |  |  | private String bjw; | 
|---|
|  |  |  | private String bydh; | 
|---|
|  |  |  | private String jjdh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|