| | |
| | | @Column(name = "DEPT_ID_", length = 40) |
| | | @PropertyDef(label = "所属分库") |
| | | private String deptId; |
| | | |
| | | @Column(name = "ggm", length = 50) |
| | | @PropertyDef(label = "国规码") |
| | | private String ggm; |
| | | |
| | | @Column(name = "NAME_", length = 50) |
| | | @PropertyDef(label = "货位名称") |
| | |
| | | @Column(name = "STORE_KEEPER_NAME_", length = 50) |
| | | @PropertyDef(label = "保管员", description = "中文名称") |
| | | private String storeKeeperName; |
| | | |
| | | |
| | | @Column(name = "STORE_DATE_") |
| | | @PropertyDef(label = "入库时间", description = "默认空,通过库存变更") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date storeDate; |
| | | |
| | | @Column(name = "CHECK_DATE_") |