|
|
@@ -97,8 +97,12 @@ public class Order extends BaseEntity {
|
|
|
private Integer pointStation;
|
|
|
@ApiModelProperty(value = "积分发放数")
|
|
|
private Long pointGrant;
|
|
|
+ @ApiModelProperty(value = "文明积分发放数")
|
|
|
+ private Long pointGrantWm;
|
|
|
@ApiModelProperty(value = "积分兑换数")
|
|
|
private Long pointExchange;
|
|
|
+ @ApiModelProperty(value = "文明积分兑换数")
|
|
|
+ private Long pointExchangeWm;
|
|
|
@ApiModelProperty(value = "积分会员统计")
|
|
|
private String memberListData;
|
|
|
@ApiModelProperty(value = "积分商户统计")
|
|
|
@@ -109,6 +113,8 @@ public class Order extends BaseEntity {
|
|
|
private String goodsData2;
|
|
|
@ApiModelProperty(value = "月度积分统计")
|
|
|
private String pointMonthData;
|
|
|
+ @ApiModelProperty(value = "月度文明积分统计")
|
|
|
+ private String pointMonthDataWm;
|
|
|
@ApiModelProperty(value = "交易次数统计")
|
|
|
private String pointCountData;
|
|
|
@ApiModelProperty(value = "积分商品个数统计")
|