| | |
| | | @Column(name = "hwdm", length = 30) |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | @Column(name = "tyhwbm", length = 28) |
| | | private String tyhwbm; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "业务日期" ) |
| | | @Column(name = "ywrq") |
| | |
| | | @Column(name = "jzsysl", precision = 20, scale = 6) |
| | | private double jzsysl; |
| | | |
| | | @PropertyDef(label = "其中:成货位前损耗(公斤)" ) |
| | | @PropertyDef(label = "其中:成货位前损耗(公斤)") |
| | | @Column(name = "qzchwqsh", precision = 20, scale = 6) |
| | | private double qzchwqsh; |
| | | |
| | |
| | | @Column(name = "sysfzc", length = 1) |
| | | private String sysfzc; |
| | | |
| | | @PropertyDef(label = "损溢类型",description = "1:损耗,2:损失,3.其他") |
| | | @Column(name = "sylx",length = 1) |
| | | private String sylx; |
| | | |
| | | @PropertyDef(label = "损溢环节",description = "1:入库损溢,2:出库损溢,3.其他") |
| | | @Column(name = "syhj",length = 1) |
| | | private String syhj; |
| | | |
| | | @PropertyDef(label = "损溢原因" ) |
| | | @Column(name = "syyy", length = 400) |
| | | private String syyy; |