finance
黄伟 2 years ago
parent 27e2c299ec
commit 87ccb6c840

@ -43,7 +43,6 @@ func (b *brand) Edit(ctx context.Context, args ArgsBrandEdit) error {
type ArgsImport struct { type ArgsImport struct {
Name string // 品牌名称 Name string // 品牌名称
SupplyBrandId uint // 匹配的品牌Id SupplyBrandId uint // 匹配的品牌Id
SupplyBrandName string // 匹配的品牌名称
} }
func (b *brand) Import(ctx context.Context, args []ArgsImport) error { func (b *brand) Import(ctx context.Context, args []ArgsImport) error {

Loading…
Cancel
Save