finance
黄伟 2 years ago
parent ebd58bed92
commit 705654c8ad

@ -173,8 +173,9 @@ func (g *goods) ReHandle(ctx context.Context, goodsIds []uint) (reply []AdoptIte
}
type ReplyByIdItem struct {
SkuId uint `json:"skuId"`
SourceName string `json:"sourceName"`
SkuId uint `json:"skuId"`
SupplierId uint `json:"supplierIds"`
SupplierName string `json:"supplierName"`
}
// FindBySkuIds @Title 根据商品Ids获取商品信息

Loading…
Cancel
Save