| | |
| | | private String area; |
| | | @ApiModelProperty(value="详细地址") |
| | | private String address; |
| | | @ApiModelProperty(value="预约年月日") |
| | | private String reserveDate; |
| | | @ApiModelProperty(value="预约时间") |
| | | private String reserveTime; |
| | | @ApiModelProperty(value="订单总金额") |
| | | private BigDecimal totalPrice; |
| | | @ApiModelProperty(value="状态 1-待接单2-服务中3-已收款4-待入库5-已完成6-已取消") |
| | | @ApiModelProperty(value="总重") |
| | | private BigDecimal totalWeight; |
| | | @ApiModelProperty(value="状态 1-待接单2-已接单3-已收款(用户)/待入库(集物员)4-已完成5-已取消") |
| | | private Integer status; |
| | | @ApiModelProperty(value="集物员") |
| | | private String username; |