using OrpaonEMS.Core.DbModel; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OrpaonEMS.Core.EventHandMsg { /// /// 小时数据发布 /// public class HourDataEventHandMsg : EventArgs { /// /// 最新的12条数据 /// //public List hourData { get; set; } } }