| | |
| | | |
| | | @ApiModelProperty("再投订单") |
| | | private Integer reInvestment; |
| | | @ApiModelProperty("待预约数量") |
| | | private Integer pending; |
| | | |
| | | public OrderPageCountVO(Integer total, Integer toBeDispatched, Integer stayDoorstep, Integer toBeCompleted, |
| | | Integer completed, Integer canceled, Integer reInvestment) { |
| | | Integer completed, Integer canceled, Integer reInvestment,Integer pending) { |
| | | this.total = total; |
| | | this.toBeDispatched = toBeDispatched; |
| | | this.stayDoorstep = stayDoorstep; |
| | |
| | | this.completed = completed; |
| | | this.canceled = canceled; |
| | | this.reInvestment = reInvestment; |
| | | this.pending = pending; |
| | | } |
| | | } |