添加商品信息变动rpc

finance
杨赟 2 years ago
parent cdb38b32e8
commit 8455e5432b

@ -195,7 +195,7 @@ func (g *goods) FindBySkuIds(ctx context.Context, skuIds []uint) (reply []ReplyB
}
type ArgsGoodsChange struct {
GoodsId uint // 商品id
GoodsIds []uint // 商品id
}
// Change @Title 商品信息变动

Loading…
Cancel
Save