liyong
2026-05-14 ff9cedf9f8093dc87e4974f9ba0c9e591ee6783b
src/main/java/com/ruoyi/stock/pojo/StockInventoryCheckItem.java
@@ -78,6 +78,12 @@
    private String batchNo;
    /**
     * 仓库ID
     */
    @Schema(description ="仓库ID")
    private Long warehouseInfoId;
    /**
     * 系统库存数量
     */
    @Schema(description ="系统库存数量")
@@ -119,6 +125,6 @@
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private LocalDateTime updateTime;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}