Browse Source

提交

groupmealmanage
gwbvipvip 9 months ago
parent
commit
cf6ed5d7de
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      BPA.SAAS.Manage.Application/AExternalPlatform/Service/Goods/Services/GoodsService.cs

+ 1
- 0
BPA.SAAS.Manage.Application/AExternalPlatform/Service/Goods/Services/GoodsService.cs View File

@@ -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;


Loading…
Cancel
Save