From 4ec702af0b86ea3aaf9f7e0e2eda711061d8861b Mon Sep 17 00:00:00 2001 From: yuguojian <104118155@qq.com> Date: Fri, 6 Dec 2024 16:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=BB=93=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product.go b/product.go index 1fab3f9..8991f73 100644 --- a/product.go +++ b/product.go @@ -13,7 +13,7 @@ const ( StockStateDecrease StockState = "reduce_inventory" //减少库存 ) -type ProductsChange struct { +type ProductsChangeStock struct { OrderId uint `json:"order_id"` State StockState `json:"state"` SkuItems []*SkuItem