| | |
| | | /** |
| | | * 层数 |
| | | */ |
| | | private Long storey; |
| | | @TableField("`row`") |
| | | private Long row; |
| | | |
| | | /** |
| | | * 列数 |
| | | */ |
| | | private Long arrange; |
| | | @TableField("`col`") |
| | | private Long col; |
| | | |
| | | /** |
| | | * 货架id |
| | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private LocalDateTime createTime; |
| | | |
| | | /** |
| | | * 创建用户 |
| | | */ |
| | | private Long createUser; |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Integer createUser; |
| | | |
| | | /** |
| | | * 修改时间 |
| | |
| | | * 修改用户 |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long updateUser; |
| | | private Integer updateUser; |
| | | |
| | | /** |
| | | * 租户ID |
| | |
| | | */ |
| | | private String remark; |
| | | |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | } |