huminmin
3 天以前 286581ef6495f7bb18135bb66affcb2f51488ecd
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;
}