|
|
|
@ -30,6 +30,12 @@ public class ApplyRefundOrderInfoResponse implements Serializable { |
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1387727608277207652L; |
|
|
|
private static final long serialVersionUID = 1387727608277207652L; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "回寄收货人手机号") |
|
|
|
|
|
|
|
private String reshippingPhone; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "回寄地址") |
|
|
|
|
|
|
|
private String reshippingAddress; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "回寄收货人") |
|
|
|
|
|
|
|
private String reshippingName; |
|
|
|
@ApiModelProperty(value = "订单id") |
|
|
|
@ApiModelProperty(value = "订单id") |
|
|
|
private Integer id; |
|
|
|
private Integer id; |
|
|
|
|
|
|
|
|
|
|
|
|