xuhy
8 天以前 61ba04eb1338b3c25d50e1eff336433d82e1d1fe
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;
}