1
This commit is contained in:
@@ -4,5 +4,24 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
{
|
||||
public string mo_task_id { get; set; }
|
||||
public string worker_id { get; set; }
|
||||
/// <summary>
|
||||
/// 白班人员id/白班前人员id
|
||||
/// </summary>
|
||||
public string dayshift_worker_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 夜班人员id/夜班前人员id
|
||||
/// </summary>
|
||||
public string nightshift_worker_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 白班后人员id
|
||||
/// </summary>
|
||||
public string dayshiftafter_worker_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 夜班后人员id
|
||||
/// </summary>
|
||||
public string nightshiftafter_worker_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user