2026-06-24 c653ef74b8b332a530f8d1b54a316d382d0647d1
src/main/java/com/ruoyi/stock/pojo/StockUninventory.java
@@ -35,6 +35,9 @@
    @Schema(description = "规格id")
    private Long productModelId;
    @Schema(description = "批号")
    private String batchNo;
    @Schema(description = "数量")
    private BigDecimal qualitity;
@@ -65,4 +68,7 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "仓库")
    private String warehouse;
}