|
@ -16,18 +16,18 @@ public class ItemGuideBookDTO : SfsBaseDataDTOBase |
|
|
/// 物品名称
|
|
|
/// 物品名称
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "物品名称")] |
|
|
[Display(Name = "物品名称")] |
|
|
public string ItemName { get; set; } |
|
|
public string Name { get; set; } |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 物品描述1
|
|
|
/// 物品描述1
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "物品描述1")] |
|
|
[Display(Name = "物品描述1")] |
|
|
public string ItemDesc1 { get; set; } |
|
|
public string Desc1 { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 物品描述2
|
|
|
/// 物品描述2
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "物品描述2")] |
|
|
[Display(Name = "物品描述2")] |
|
|
public string ItemDesc2 { get; set; } |
|
|
public string Desc2 { get; set; } |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 步骤
|
|
|
/// 步骤
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|