| | |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private LocalDateTime purchase; |
| | | |
| | | @ApiModelProperty(value = "是否售后") |
| | | @ApiModelProperty(value = "是否售后 1否,2 是") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private Integer isRequest; |
| | | |
| | |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private Integer isAuctionBond; |
| | | |
| | | @ApiModelProperty(value = "售后订单") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private Long requestId; |
| | | |
| | | @ApiModelProperty("发货快递") |
| | | private String logisticsNum; |
| | | |
| | | |
| | | @ApiModelProperty(value = "订单说明") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private String orderShuoMin; |
| | | |
| | | @ApiModelProperty(value = "订单退货周期") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private Integer orderZq; |
| | | |
| | | |
| | | @ApiModelProperty(value = "团购的普通商品id") |
| | | @JsonInclude(JsonInclude.Include.ALWAYS) |
| | | private Long SkuId; |
| | | |
| | | } |