添加项目文件。
This commit is contained in:
22
OrpaonEMS.Core/EventHandMsg/BmsEventHandMsg.cs
Normal file
22
OrpaonEMS.Core/EventHandMsg/BmsEventHandMsg.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrpaonEMS.Core.EventHandMsg
|
||||
{
|
||||
public class BmsEventHandMsg : EventArgs
|
||||
{
|
||||
/// <summary>
|
||||
/// 消息类型
|
||||
/// Alarm
|
||||
/// </summary>
|
||||
public string MsgType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Alarm状态
|
||||
/// </summary>
|
||||
public bool AlarmState { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user