This commit is contained in:
DEVICE8\12494
2023-05-25 14:09:09 +08:00
parent 76f3b0768b
commit 9e3832f6f4
5 changed files with 197 additions and 111 deletions

View File

@@ -31,7 +31,7 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// <summary>
/// 排产数量
/// </summary>
public string scheduled_qty { get; set; }
public int scheduled_qty { get; set; }
/// <summary>
/// Desc:预计开始时间

View File

@@ -21,6 +21,10 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// </summary>
public string mo_task_code { get; set; }
/// <summary>
/// 物料id
/// </summary>
public string material_id { get; set; }
/// <summary>
/// 物料编号
/// </summary>
public string material_code { get; set; }