| | |
| | | @Column(name = "dcdh", length = 33) |
| | | private String dcdh; |
| | | |
| | | @PropertyDef(label = "倒仓类型" ) |
| | | @PropertyDef(label = "倒仓类型",description = "0-倒仓;1-移库;2-临时货位入仓") |
| | | @Column(name = "dclx", length = 1) |
| | | private String dclx; |
| | | |
| | |
| | | @Column(name = "dcrq", length = 10) |
| | | private Date dcrq; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "倒仓开始日期" ) |
| | | @Column(name = "dcksrq", length = 10) |
| | | private Date dcksrq; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "倒仓结束日期" ) |
| | | @Column(name = "dcjsrq", length = 10) |
| | | private Date dcjsrq; |
| | | |
| | | @PropertyDef(label = "倒仓数量(公斤)" ) |
| | | @Column(name = "dcsl", precision = 20, scale = 6) |
| | | private double dcsl; |