| | |
| | | /** |
| | | * 货架名称 |
| | | */ |
| | | private String goodsShelvesName; |
| | | private String name; |
| | | /** |
| | | * 层数 |
| | | */ |
| | | private Long storey; |
| | | @TableField("`row`") |
| | | private Long row; |
| | | |
| | | /** |
| | | * 列数 |
| | | */ |
| | | private Long arrange; |
| | | @TableField("`col`") |
| | | private Long col; |
| | | |
| | | /** |
| | | * 仓库id |
| | |
| | | * 创建用户 |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long createUser; |
| | | private Integer createUser; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | * 修改用户 |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT_UPDATE) |
| | | private Long updateUser; |
| | | private Integer updateUser; |
| | | |
| | | /** |
| | | * 租户ID |
| | |
| | | private Long tenantId; |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | } |