[WHY] FEATURE [HOW]
@ -1418,6 +1418,7 @@ namespace EasyBL.WEBAPP.ShowEasy
.Select((t1, t2) => new ArgumentDTO
{
ArgumentID =t1.Guid,
ItemType=t1.ItemType,
ArgumentValue = t2.ArgumentValue
})
.ToList();
@ -22,6 +22,8 @@ namespace Entity.ShowEasyDtos
/// </summary>
public string ArgumentValue { get; set; }
public string ItemType { get; set; }
/// <summary>
/// Desc:
/// Default: