Parcourir la source

增加图片地址的参数

master
zhaoy il y a 5 mois
Parent
révision
dd3fe8de6d
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      BPA.SAAS.KitChenManage.Application/AExternalPlatform1/Service/Goods/Dtos/ResultGoodsResultDto.cs

+ 3
- 0
BPA.SAAS.KitChenManage.Application/AExternalPlatform1/Service/Goods/Dtos/ResultGoodsResultDto.cs Voir le fichier

@@ -27,6 +27,7 @@ namespace BPA.SAAS.KitChenManage.Application.AExternalPlatform1.Service.Goods.Dt

public string GoodsTypeName { get; set; }


public List<GoodsAttributeResultDto> GoodsAttributeList { get; set; }

public List<GoodsInfoResultDto> GoodsInfoList { get; set; }
@@ -62,6 +63,8 @@ namespace BPA.SAAS.KitChenManage.Application.AExternalPlatform1.Service.Goods.Dt

public string GoodsName { get; set; }

public string ImgUrl { get; set; }

public List<GoodsTechnologyActionResultDto> GoodsTechnologyActionList { get; set; }
}



Chargement…
Annuler
Enregistrer