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 }