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