调整生产管理代吗

This commit is contained in:
DEVICE8\12494
2023-04-25 08:59:35 +08:00
parent 83350bf3c1
commit 6a2a7c119f
9 changed files with 145 additions and 33 deletions

View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tnb.ProductionMgr.Entitys.Entity;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
{
/// <summary>
/// 生产任务重新排序输出参数
/// </summary>
public class PrdTaskSortOutput : PrdTask
{
/// <summary>
/// 序号
/// </summary>
public int no { get; set; }
}
}

View File

@@ -171,14 +171,14 @@ namespace Tnb.ProductionMgr.Entitys.Dto.WorkOrder
/// Default:
/// Nullable:True
/// </summary>
public int? mold_cavity_num { get; set; }
public int? mold_cavity_qty { get; set; }
/// <summary>
/// Desc:计划生产数量
/// Default:
/// Nullable:True
/// </summary>
public int? plan_num { get; set; }
public int? plan_qty { get; set; }
/// <summary>
/// Desc:吨位
@@ -189,7 +189,7 @@ namespace Tnb.ProductionMgr.Entitys.Dto.WorkOrder
/// <summary>
/// 已排产数量
/// </summary>
public int scheduled_num { get; set; }
public int scheduled_qty { get; set; }
/// <summary>
/// 设备型号
/// </summary>