This commit is contained in:
@ -13,6 +13,8 @@ namespace Epost.Model
|
||||
|
||||
private string _BatchId = string.Empty;
|
||||
private string _Tolocation = string.Empty;
|
||||
private string _FromTolocation = string.Empty;
|
||||
|
||||
private string _Sku = string.Empty;
|
||||
private string _GoodsName = string.Empty;
|
||||
private string _Discount = string.Empty;//规格
|
||||
@ -74,6 +76,19 @@ namespace Epost.Model
|
||||
}
|
||||
}
|
||||
|
||||
public string FromTolocation
|
||||
{
|
||||
get
|
||||
{
|
||||
return _FromTolocation;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
_FromTolocation = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string Sku
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user