更换员工

This commit is contained in:
2024-07-11 16:27:21 +08:00
parent 1109df5cdd
commit 22a576c63f
3 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
public class ChangeWorkerInput
{
public string mo_task_id { get; set; }
public string worker_id { get; set; }
}
}

View File

@@ -16,6 +16,7 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public int? complete_qty { get; set; }
public int? scheduled_qty { get; set; }
public string workline_id { get; set; }
public string worker_id { get; set; }
public string workline_id_id { get; set; }
public string estimated_start_date { get; set; }
public string estimated_end_date { get; set; }