liujie
8 天以前 850042f2e7921d4034363da4bf0276ae1d6aef05
ruoyi-system/src/main/java/com/ruoyi/system/model/TErpProcurementGoods.java
@@ -70,4 +70,8 @@
    @TableField("total_price")
    private BigDecimal totalPrice;
    @ApiModelProperty(value = "供应商id")
    @TableField("supplier_id")
    private String supplierId;
}