Commit 04017c81 by 徐高华

售后

parent 3dd46d41
......@@ -222,7 +222,25 @@ public class OrderExchangeDetailVO implements Serializable {
private String amountPayableInfo;
private Double orderItemFreight;
private String buyerLogisticsCompanyId ;
private String sellerLogisticsCompanyId ;
public String getBuyerLogisticsCompanyId() {
return buyerLogisticsCompanyId;
}
public String getSellerLogisticsCompanyId() {
return sellerLogisticsCompanyId;
}
public void setBuyerLogisticsCompanyId(String buyerLogisticsCompanyId) {
this.buyerLogisticsCompanyId = buyerLogisticsCompanyId;
}
public void setSellerLogisticsCompanyId(String sellerLogisticsCompanyId) {
this.sellerLogisticsCompanyId = sellerLogisticsCompanyId;
}
public String getMemberImage() {
return memberImage;
}
......
......@@ -32,6 +32,7 @@ public class OrderRefundDetailVO implements Serializable {
private Date orderTime;
private Date createTime;// 创建记录时间
private String mallProCode;
private String mallProId;
private Double mallProPrice;
private Double mallProNumber;
......@@ -98,6 +99,15 @@ public class OrderRefundDetailVO implements Serializable {
private String amountPayableInfo;
private Double orderItemFreight;
public String getMallProCode() {
return mallProCode;
}
public void setMallProCode(String mallProCode) {
this.mallProCode = mallProCode;
}
public String getMemberImage() {
return memberImage;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment