xuhy
2024-11-30 bfdb3faf4f27df01718f58ac8c4ec0bcc092e7b6
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;
}