| | |
| | | @Column(name = "hwdm", length = 30) |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | @Column(name = "tyhwbm", length = 28) |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "计划明细号") |
| | | @Column(name = "jhmxh", length = 50) |
| | | private String jhmxh; |
| | | |
| | | @PropertyDef(label = "出库通知单号") |
| | | @Column(name = "cktzdh", length = 32) |
| | | private String cktzdh; |
| | |
| | | private String cchlx; |
| | | |
| | | @PropertyDef(label = "挂车号") |
| | | @Column(name = "gch", length = 7) |
| | | @Column(name = "gch", length = 32) |
| | | private String gch; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | |
| | | @Column(name = "cddm", length = 6) |
| | | private String cddm; |
| | | |
| | | @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库") |
| | | @Column(name = "jjlx", length = 1) |
| | | private String jjlx = "0"; |
| | | |
| | | @PropertyDef(label = "皮重(公斤)") |
| | | @Column(name = "pz", precision = 20, scale = 6) |
| | | private double pz; |