yaowanxin
6 天以前 9d5128803ebebb5788f13924a5775ac16494dfef
src/main/java/com/ruoyi/warehouse/pojo/WarehouseGoodsShelvesRowcol.java
@@ -24,10 +24,7 @@
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 文档id
     */
    private Long documentationId;
    /**
     * 层数
     */
@@ -44,20 +41,16 @@
    private Long warehouseGoodsShelvesId;
    /**
     * 仓库id
     */
    private Long warehouseId;
    /**
     * 创建时间
     */
    @TableField(fill = FieldFill.INSERT)
    private LocalDateTime createTime;
    /**
     * 创建用户
     */
    private Long createUser;
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    /**
     * 修改时间
@@ -69,7 +62,7 @@
     * 修改用户
     */
    @TableField(fill = FieldFill.INSERT)
    private Long updateUser;
    private Integer updateUser;
    /**
     * 租户ID