Commit 3dd46d41 by 徐高华

物流

parent 8bdfe067
......@@ -115,6 +115,25 @@ public class OrderExchangeListVO implements Serializable {
// 赠品1是0否
private int giftFlag;
private String buyerLogisticsId;
private String sellerLogisticsId;
public String getBuyerLogisticsId() {
return buyerLogisticsId;
}
public String getSellerLogisticsId() {
return sellerLogisticsId;
}
public void setBuyerLogisticsId(String buyerLogisticsId) {
this.buyerLogisticsId = buyerLogisticsId;
}
public void setSellerLogisticsId(String sellerLogisticsId) {
this.sellerLogisticsId = sellerLogisticsId;
}
public int getGiftFlag() {
return giftFlag;
}
......
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