提报记录添加工单号

This commit is contained in:
2023-11-28 09:37:27 +08:00
parent c622f14aa5
commit 64d0a9bf9a
5 changed files with 17 additions and 1 deletions

View File

@@ -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>();