xuhy
2024-12-25 1b8b3235ae9b2f9eca0df7d7f7b5953b90415759
ruoyi-system/src/main/java/com/ruoyi/system/domain/TOrderStockGoods.java
@@ -46,7 +46,6 @@
    private String goodsName;
    @ApiModelProperty(value = "成本价")
    @Excel(name = "进货价格",width = 15)
    @TableField("costPrice")
    private BigDecimal costPrice;
@@ -55,8 +54,9 @@
    private BigDecimal salePrice;
    @ApiModelProperty(value = "本次进货价格")
    @TableField("thisSalePrice")
    private BigDecimal thisSalePrice;
    @Excel(name = "进货价格",width = 15)
    @TableField("thisCostPrice")
    private BigDecimal thisCostPrice;
    @ApiModelProperty(value = "商品图")
    @TableField("goodsPicture")