提交代码
This commit is contained in:
parent
6915fdb533
commit
d88c9c150e
|
|
@ -136,7 +136,7 @@ namespace HuanMeng.MiaoYu.Code.Cache.Special
|
||||||
ProductId = product.ProductId,
|
ProductId = product.ProductId,
|
||||||
PriceType = 0,
|
PriceType = 0,
|
||||||
ProductName = product.ProductName,
|
ProductName = product.ProductName,
|
||||||
PropName = product.ProductName,
|
ProductDesc=product.ProductDesc,
|
||||||
PropId = product.Id,
|
PropId = product.Id,
|
||||||
PropType = (int)ProductType.记忆卡,
|
PropType = (int)ProductType.记忆卡,
|
||||||
ImgUrl = imgUrl,
|
ImgUrl = imgUrl,
|
||||||
|
|
|
||||||
|
|
@ -42,10 +42,6 @@ namespace HuanMeng.MiaoYu.Model.Dto.Shop
|
||||||
/// 产品Id
|
/// 产品Id
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ProductId { get; set; }
|
public string ProductId { get; set; }
|
||||||
/// <summary>
|
|
||||||
/// 道具名称
|
|
||||||
/// </summary>
|
|
||||||
public string PropName { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 道具名称
|
/// 道具名称
|
||||||
|
|
@ -72,6 +68,11 @@ namespace HuanMeng.MiaoYu.Model.Dto.Shop
|
||||||
/// 图片地址
|
/// 图片地址
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ImgUrl { get; set; }
|
public string ImgUrl { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 角色描述
|
||||||
|
/// </summary>
|
||||||
|
public string ProductDesc { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user