提报记录添加工单号
This commit is contained in:
@@ -15,6 +15,8 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public string? plan_start_date { get; set; } = string.Empty;
|
||||
public int? reported_work_qty { get; set; }
|
||||
public string? status { get; set; } = string.Empty;
|
||||
|
||||
public string mo_code { get; set; }
|
||||
|
||||
public List<ReportRecordListChildrenOutput>? tablefield107 { get; set; } = new List<ReportRecordListChildrenOutput>();
|
||||
|
||||
|
||||
@@ -82,5 +82,10 @@ public partial class PrdMoTaskDefectRecord : BaseEntity<string>
|
||||
/// 任务类型
|
||||
/// </summary>
|
||||
public string mo_task_type { get; set; }
|
||||
/// <summary>
|
||||
/// 工单号
|
||||
/// </summary>
|
||||
public string? mo_code { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -69,4 +69,10 @@ public partial class PrdReportRecord : BaseEntity<string>
|
||||
/// 已报工数量
|
||||
/// </summary>
|
||||
public int reported_work_qty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工单号
|
||||
/// </summary>
|
||||
public string? mo_code { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user