生产管理,新增生产提报,自检报废接口

This commit is contained in:
DEVICE8\12494
2023-05-11 10:21:41 +08:00
parent 208e6258d3
commit 7bfa4eed8c
21 changed files with 1241 additions and 17 deletions

View 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,
}
}

View File

@@ -1,6 +1,6 @@
namespace Tnb.ProductionMgr.Entities.Enums
{
public enum Behavior
public enum PrdTaskBehavior
{
/// <summary>
/// 任务下发