组装包装排产代码提交
This commit is contained in:
@@ -93,6 +93,10 @@ namespace DbModels
|
||||
/// </summary>
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
public string id { get; set; }
|
||||
/// <summary>
|
||||
/// 父任务ID
|
||||
/// </summary>
|
||||
public string parent_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:生产任务编号
|
||||
@@ -229,6 +233,10 @@ namespace DbModels
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public int mold_cavity_qty { get; set; }
|
||||
/// <summary>
|
||||
/// 工序任务量
|
||||
/// </summary>
|
||||
public int process_task_qty { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -108,6 +108,12 @@ namespace Tnb.ProductionMgr.Entities
|
||||
/// 任务单编号
|
||||
/// </summary>
|
||||
public string mo_task_code { get; set; }
|
||||
/// <summary>
|
||||
/// 产线Code
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string workline_code { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user