提交代码

This commit is contained in:
zpc 2024-08-29 13:52:41 +08:00
parent 6915fdb533
commit d88c9c150e
2 changed files with 6 additions and 5 deletions

View File

@ -136,7 +136,7 @@ namespace HuanMeng.MiaoYu.Code.Cache.Special
ProductId = product.ProductId,
PriceType = 0,
ProductName = product.ProductName,
PropName = product.ProductName,
ProductDesc=product.ProductDesc,
PropId = product.Id,
PropType = (int)ProductType.,
ImgUrl = imgUrl,

View File

@ -42,10 +42,6 @@ namespace HuanMeng.MiaoYu.Model.Dto.Shop
/// 产品Id
/// </summary>
public string ProductId { get; set; }
/// <summary>
/// 道具名称
/// </summary>
public string PropName { get; set; }
/// <summary>
/// 道具名称
@ -72,6 +68,11 @@ namespace HuanMeng.MiaoYu.Model.Dto.Shop
/// 图片地址
/// </summary>
public string ImgUrl { get; set; }
/// <summary>
/// 角色描述
/// </summary>
public string ProductDesc { get; set; }
}
/// <summary>