huminmin
2026-05-29 32e4f30a848e159081986f93d189f0e80fa56a77
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,9 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "厂家ID")
    private Long manufacturerId;
    @Schema(description = "来源")
    private String source;
}