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