2026-04-17 ac11e0a1320b469a2a111ba3d6a4a54f424845b7
src/main/java/com/ruoyi/warehouse/pojo/WarehouseGoodsShelvesRowcol.java
@@ -28,12 +28,14 @@
    /**
     * 层数
     */
    private Long storey;
    @TableField("`row`")
    private Long row;
    /**
     * 列数
     */
    private Long arrange;
    @TableField("`col`")
    private Long col;
    /**
     * 货架id
@@ -74,4 +76,7 @@
     */
    private String remark;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}