This commit is contained in:
jl
2024-01-04 15:30:23 +08:00
parent 40557a235e
commit 36a20b88ce
10 changed files with 316 additions and 286 deletions

View File

@ -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