xuhy
2025-06-06 932521fd5159b040cc3c1297da6338b943f3810a
ruoyi-system/src/main/java/com/ruoyi/system/vo/GoodsProfitVO.java
@@ -25,14 +25,14 @@
    private Integer totalSalesCount;
    @ApiModelProperty(value = "商品成本")
    @Excel(name = "商品成本",width = 30)
    @Excel(name = "商品成本",width = 30,isStatistics = true)
    private BigDecimal goodsCostAmount;
    @ApiModelProperty(value = "商品售价")
    @Excel(name = "商品售价",width = 30)
    @Excel(name = "商品售价",width = 30,isStatistics = true)
    private BigDecimal goodsSaleAmount;
    @ApiModelProperty(value = "商品盈利")
    @Excel(name = "商品盈利",width = 30)
    @Excel(name = "商品盈利",width = 30,isStatistics = true)
    private BigDecimal goodsProfitAmount;
}