xuhy
2024-12-06 d7efbb2b6bae17334c3f8dbdb706813e1ad738b5
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;
}