From 0a15fff4102a94fc77a63d72d3da3116b054fb7b Mon Sep 17 00:00:00 2001 From: sanji Date: Tue, 12 Dec 2023 13:15:19 +0800 Subject: [PATCH] 10221 --- BBWY.Client/GlobalContext.cs | 2 +- QuanTan.SDK/Model/Response/Product/QuanTanProductResponse.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index 4e0fc9b3..aa9ede9e 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10220"; + ClientVersion = "10221"; } diff --git a/QuanTan.SDK/Model/Response/Product/QuanTanProductResponse.cs b/QuanTan.SDK/Model/Response/Product/QuanTanProductResponse.cs index f809cf47..5e6cdb4f 100644 --- a/QuanTan.SDK/Model/Response/Product/QuanTanProductResponse.cs +++ b/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; }