using System.Collections.Generic; namespace Aitex.RT.FactoryAutomation { public class FaEventItem { public string EventName { get; set; } public Dictionary dvid { get; set; } public Dictionary objDvid { get; set; } public bool IsAlarm { get; set; } public string Text { get; set; } } }