|
|
@@ -76,6 +76,7 @@ namespace BPA.SAAS.Manage.Application.AExternalPlatform.Service.Goods.Services |
|
|
|
for (int i = 0; i < dto.DataInfo.Count; i++) |
|
|
|
{ |
|
|
|
var resEntity = new BPA_GoodsInfo(); |
|
|
|
resEntity.Id=Guid.NewGuid().ToString(); |
|
|
|
resEntity.Name = dto.DataInfo[i].Name; |
|
|
|
resEntity.Descritption = dto.DataInfo[i].Descritption; |
|
|
|
resEntity.ImgUrl = dto.DataInfo[i].ImgUrl; |
|
|
|