| | |
| | | @ApiModelProperty("订单编号") |
| | | @Excel(name = "订单编号") |
| | | private String code; |
| | | @ApiModelProperty("订单状态(1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价)") |
| | | @Excel(name = "订单状态", readConverterExp = "1=待发货,2=待收货,3=待使用,4=已完成,5=已取消,6=已退款,7=售后中,8=已评价") |
| | | private Integer status; |
| | | @ApiModelProperty("下单时间") |
| | | @Excel(name = "下单时间") |
| | | private String createTime; |
| | |
| | | private BigDecimal orderMoney; |
| | | @ApiModelProperty("订单积分") |
| | | private BigDecimal point; |
| | | @ApiModelProperty("订单状态(1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价)") |
| | | private Integer status; |
| | | @ApiModelProperty("配送方式(1=自提,2=快递)") |
| | | private Integer distributionMode; |
| | | @ApiModelProperty("获得分佣") |
| | |
| | | @Excel(name = "省") |
| | | private String deliverProvince; |
| | | // 市 |
| | | @Excel(name = "市") |
| | | @Excel(name = "省区划代码") |
| | | private String deliverProvinceCode; |
| | | // 省区划代码 |
| | | @Excel(name = "省区划代码") |
| | | @Excel(name = "市") |
| | | private String deliverCity; |
| | | // 市区划代码 |
| | | @Excel(name = "市区划代码") |