From 7b557072f3d743f1eb44b7ed363812a2161213f9 Mon Sep 17 00:00:00 2001 From: yuguojian <104118155@qq.com> Date: Mon, 9 Dec 2024 15:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=87=8F=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E9=80=89=E9=A1=B9=EF=BC=8C=E4=B8=8B=E5=8D=95=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product.go b/product.go index 9342370..cf43237 100644 --- a/product.go +++ b/product.go @@ -24,8 +24,8 @@ const ( type ProductsChangeStockType = int const ( - ProductsChangeStockTypePaied ProductsChangeStockType = 10 // 已支付 - ProductsChangeStockTypeSent ProductsChangeStockType = 20 // 已发货 + ProductsChangeStockTypePlaced ProductsChangeStockType = 10 // 下单时 + ProductsChangeStockTypeSent ProductsChangeStockType = 20 // 已发货 ) type ProductsChangeStock struct {