huminmin
2026-05-29 32e4f30a848e159081986f93d189f0e80fa56a77
src/main/java/com/ruoyi/stock/pojo/StockInventory.java
@@ -72,4 +72,9 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "厂商id")
    private Long manufacturerId;
    @Schema(description = "来源")
    private String source;
}