Browse Source

10221

pjzs_starttask_update
sanji 2 years ago
parent
commit
0a15fff410
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 2
      QuanTan.SDK/Model/Response/Product/QuanTanProductResponse.cs

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10220";
ClientVersion = "10221";
}

2
QuanTan.SDK/Model/Response/Product/QuanTanProductResponse.cs

@ -39,7 +39,7 @@ namespace QuanTan.SDK.Model
public string Logo { get; set; }
public decimal Price { get; set; }
//public decimal RetailPrice { get; set; }
public int Stock { get; set; }
public long Stock { get; set; }
//public decimal Volume { get; set; }
//public string weight { get; set; }
public string BarCode { get; set; }

Loading…
Cancel
Save