| | |
| | | @ApiModelProperty(value="活动订单未付金额总数") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private BigDecimal activityUnPayMoneyTotal; |
| | | |
| | | @ApiModelProperty(value="活动订单总数") |
| | | private Integer thirdOrderTotal; |
| | | |
| | | @ApiModelProperty(value="活动订单金额总数") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private BigDecimal thirdOrderMoneyTotal; |
| | | |
| | | @ApiModelProperty(value="活动订单已付金额总数") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private BigDecimal thirdPayMoneyTotal; |
| | | |
| | | @ApiModelProperty(value="活动订单未付金额总数") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private BigDecimal thirdUnPayMoneyTotal; |
| | | } |