You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.7 KiB
C#

using System.ComponentModel;
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2024 WenJY
* CLR4.0.30319.42000
* LAPTOP-E0N2L34V
* SlnMesnac.Model.enums
* dd489bb9-a90d-4552-82c6-289eb7dfe64e
*
* WenJY
* wenjy@mesnac.com
* 2024-04-08 13:30:10
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace SlnMesnac.Model.enums
{
public enum WarnStatusEnum
{
[Description("-1")]
,
[Description("2001")]
,
[Description("2002")]
,
[Description("2003")]
,
[Description("2004")]
,
[Description("2005")]
,
[Description("2006")]
,
[Description("2007")]
,
[Description("2008")]
1,
[Description("2009")]
2,
[Description("2010")]
,
[Description("2011")]
,
[Description("2012")]
RFID5,
[Description("2013")]
40
}
}