| | |
| | | @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; |
| | |
| | | @Column(name = "kzl", precision = 20, scale = 6) |
| | | private double kzl; |
| | | |
| | | @PropertyDef(label = "扣(增)量原因", description = "扣(增)量不为0时,需注明原因") |
| | | @Column(name = "kzlyy", length = 512) |
| | | private String kzlyy; |
| | | |
| | | @PropertyDef(label = "值仓保管员姓名") |
| | | @Column(name = "zcbgyxm", length = 256) |
| | | private String zcbgyxm; |