From 4ac3e9582c8c866daf39750130385dc5585be318 Mon Sep 17 00:00:00 2001
From: zhou keda <1315948824@qq.com>
Date: Fri, 23 Aug 2024 13:40:53 +0800
Subject: [PATCH] 1
---
.../Dto/PrdManage/ChangeWorkerInput.cs | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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