添加项目文件。
This commit is contained in:
26
SamplePre.Models/EnumType.cs
Normal file
26
SamplePre.Models/EnumType.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Models
|
||||
{
|
||||
|
||||
|
||||
|
||||
public enum LiXinJiEnum
|
||||
{
|
||||
//待机
|
||||
Wait = 0,
|
||||
//运行
|
||||
Run = 1,
|
||||
//故障
|
||||
Err = 2
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user