去除引用common.props
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Enums
|
||||
namespace Tnb.ProductionMgr.Entities.Enums
|
||||
{
|
||||
public enum Eagvmode
|
||||
{
|
||||
无请求=0,
|
||||
空框请求=1,
|
||||
满框请求=2,
|
||||
空满框请求=3,
|
||||
收到请求=4
|
||||
无请求 = 0,
|
||||
空框请求 = 1,
|
||||
满框请求 = 2,
|
||||
空满框请求 = 3,
|
||||
收到请求 = 4
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Spire.License;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Enums
|
||||
namespace Tnb.ProductionMgr.Entities.Enums
|
||||
{
|
||||
public enum MoBehavior
|
||||
{
|
||||
/// <summary>
|
||||
/// 下发
|
||||
/// </summary>
|
||||
Release=1,
|
||||
Release = 1,
|
||||
/// <summary>
|
||||
/// 强制结单
|
||||
/// </summary>
|
||||
Closed=2,
|
||||
Closed = 2,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user