质检模块带代码
This commit is contained in:
20
QcMgr/Tnb.QcMgr.Entities/Enums/EnumTempControlStatus.cs
Normal file
20
QcMgr/Tnb.QcMgr.Entities/Enums/EnumTempControlStatus.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.QcMgr.Entities.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// 暂控处理单状态
|
||||
/// </summary>
|
||||
public enum EnumTempControlStatus
|
||||
{
|
||||
待确认=1,
|
||||
待下发=2,
|
||||
已下发=3,
|
||||
执行中=4,
|
||||
已同步=5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user