diff --git a/customer/sku/item.go b/customer/sku/item.go index e3d275c..c1a5b8d 100644 --- a/customer/sku/item.go +++ b/customer/sku/item.go @@ -46,6 +46,7 @@ func (i *item) Del(ctx context.Context, args ArgsSkuItemDel) error { type ArgsSkuItemLists struct { SkuTypeId uint + SkuId uint Page bean.Page }