| | |
| | | @PropertyDef(label = "组织编码") |
| | | private String companyId; |
| | | |
| | | @Column(name = "hwdm", length = 30) |
| | | @PropertyDef(label = "货位代码", description = "关联货位信息接口货位代码") |
| | | private String hwdm; |
| | | |
| | | @Column(name = "DEPT_ID_", length = 40) |
| | | @PropertyDef(label = "分库编码") |
| | | private String deptId; |
| | |
| | | @Column(name = "INFO_LDSH_", length = 200) |
| | | @PropertyDef(label = "审核说明") |
| | | private String infoLdsh; |
| | | |
| | | @Column(name = "czbz", length = 1) |
| | | @PropertyDef(label = "操作标志", description = "i:新增数据(默认)u:更新数据 d:删除数据") |
| | | private String czbz; |
| | | |
| | | |
| | | @Column(name = "UPDATE_TIME_") |
| | | @PropertyDef(label = "最后更新时间") |