生产管理,新增生产提报,自检报废接口
This commit is contained in:
21
ProductionMgr/Tnb.ProductionMgr.Entities/Enums/MoBehavior.cs
Normal file
21
ProductionMgr/Tnb.ProductionMgr.Entities/Enums/MoBehavior.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Spire.License;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Enums
|
||||
{
|
||||
public enum MoBehavior
|
||||
{
|
||||
/// <summary>
|
||||
/// 下发
|
||||
/// </summary>
|
||||
Release=1,
|
||||
/// <summary>
|
||||
/// 强制结单
|
||||
/// </summary>
|
||||
Closed=2,
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Enums
|
||||
{
|
||||
public enum Behavior
|
||||
public enum PrdTaskBehavior
|
||||
{
|
||||
/// <summary>
|
||||
/// 任务下发
|
||||
Reference in New Issue
Block a user