wyq 6 months ago
parent 92806e2e55
commit 7aff1fbb9a
  1. 6
      crmeb-common/src/main/java/com/zbkj/common/response/ApplyRefundOrderInfoResponse.java

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

Loading…
Cancel
Save