diff --git a/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/ChangeWorkerInput.cs b/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/ChangeWorkerInput.cs index 63039a1f..cf1f13ff 100644 --- a/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/ChangeWorkerInput.cs +++ b/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/ChangeWorkerInput.cs @@ -4,5 +4,24 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage { public string mo_task_id { get; set; } public string worker_id { get; set; } + /// + /// 白班人员id/白班前人员id + /// + public string dayshift_worker_id { get; set; } + + /// + /// 夜班人员id/夜班前人员id + /// + public string nightshift_worker_id { get; set; } + + /// + /// 白班后人员id + /// + public string dayshiftafter_worker_id { get; set; } + + /// + /// 夜班后人员id + /// + public string nightshiftafter_worker_id { get; set; } } } \ No newline at end of file