From 5579d678450a1eea1362ae129778921677434cc5 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 15 Feb 2023 11:28:52 +0800 Subject: [PATCH] bug fix --- customer/sku/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/sku/sku.go b/customer/sku/sku.go index fa376d2..8aa3ac7 100644 --- a/customer/sku/sku.go +++ b/customer/sku/sku.go @@ -6,5 +6,5 @@ type Sku struct { Sale sale Item item HotType skuHotType - HotItem SkuHotItem + HotItem hotItem }