生产工单分配员工

This commit is contained in:
2024-06-18 16:54:30 +08:00
parent a30bcf213d
commit 8957dd9628
6 changed files with 64 additions and 17 deletions

View File

@@ -206,5 +206,9 @@ public partial class PrdMoTask : BaseEntity<string>
/// 暂停原因
/// </summary>
public string? pause_reason { get; set; }
/// <summary>
/// 分配员工id
/// </summary>
public string worker_id { get; set; }
}