using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CapMachine.Wpf.PrismEvent { public class ChartRtSeriesActionMsg { /// /// 机器 /// public string Machine { get; set; } /// /// GroupTab信息 /// public int GroupTabIndex { get; set; } /// ///动作消息 /// public string ActionMsg { get; set; } } }