| | |
| | | @ApiModelProperty(value = "统计数量(订单数、销量、消耗积分量)") |
| | | private Long num; |
| | | @ApiModelProperty(value = "统计数量2 (会员数)") |
| | | private Long num2; |
| | | private Long num1; |
| | | @ApiModelProperty(value = "销售额,优惠金额") |
| | | private BigDecimal price; |
| | | @ApiModelProperty(value = "销售额,促成交易金额金额") |
| | |
| | | private List<CountDataVO> dataList; |
| | | @ApiModelProperty(value = "统计列表数据2") |
| | | private List<CountDataVO> dataList2; |
| | | @ApiModelProperty(value = "统计列表数据分类2") |
| | | private List<String> cateList; |
| | | @ApiModelProperty(value = "统计列表数据3") |
| | | private List<BigDecimal[]> numList; |
| | | } |