添加项目文件。
This commit is contained in:
24
OrpaonEMS.Core/Enums/PcsAlarmState.cs
Normal file
24
OrpaonEMS.Core/Enums/PcsAlarmState.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrpaonEMS.Core.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// PCS报警状态
|
||||
/// </summary>
|
||||
public enum PcsAlarmState
|
||||
{
|
||||
/// <summary>
|
||||
/// 报警中
|
||||
/// </summary>
|
||||
Alarm = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 正常
|
||||
/// </summary>
|
||||
Normal = 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user