2026-06-01 62e6998c99a9cdf3346ead4ecb574ddcef056af1
src/main/java/com/ruoyi/stock/pojo/StockInventory.java
@@ -37,6 +37,9 @@
    @NotBlank(message = "不能为空")
    private Long productModelId;
    @Schema(description = "批号")
    private String batchNo;
    @Schema(description = "数量")
    private BigDecimal qualitity;
@@ -69,4 +72,7 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "仓库")
    private String warehouse;
}