using System.Collections.Generic; namespace Virgo_DRT.HostWrapper { public class FaEventItem { public string EventName { get; set; } public Dictionary<string, string> dvid { get; set; } public bool IsAlarm { get; set; } } }