提交代码
This commit is contained in:
parent
6915fdb533
commit
d88c9c150e
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user