From 87ccb6c84077e68227b84e5308408368261f02aa Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 29 Jul 2022 09:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/brand.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jd/brand.go b/jd/brand.go index 64f607f..1ae1ad7 100644 --- a/jd/brand.go +++ b/jd/brand.go @@ -41,9 +41,8 @@ func (b *brand) Edit(ctx context.Context, args ArgsBrandEdit) error { } type ArgsImport struct { - Name string // 品牌名称 - SupplyBrandId uint // 匹配的品牌Id - SupplyBrandName string // 匹配的品牌名称 + Name string // 品牌名称 + SupplyBrandId uint // 匹配的品牌Id } func (b *brand) Import(ctx context.Context, args []ArgsImport) error {