| | |
| | | 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; |
| | | } |