| | |
| | | private BigDecimal paymentAmount; |
| | | |
| | | @ApiModelProperty(value = "配送方式(1=自提,2=快递)") |
| | | private String distributionMode; |
| | | private Integer distributionMode; |
| | | |
| | | @ApiModelProperty(value = "门店名称") |
| | | private String shopName; |
| | |
| | | @ApiModelProperty(value = "技师名称") |
| | | private String technicianName; |
| | | |
| | | @ApiModelProperty(value = "技师id") |
| | | private Integer technicianId; |
| | | |
| | | @ApiModelProperty(value = "预约单id") |
| | | private String technicianSubscribeId; |
| | | |
| | | @ApiModelProperty("核销码BASE64") |
| | | private String writeOffCode; |
| | | |
| | | @ApiModelProperty("最新快递信息") |
| | | private String express; |
| | | |
| | | } |