分配员工改成多选

This commit is contained in:
2024-06-19 16:29:44 +08:00
parent 7c3e39e104
commit fe8aee0bda
3 changed files with 7 additions and 3 deletions

View File

@@ -12,5 +12,6 @@ namespace Tnb.ProductionMgr.Entities.Dto
public int? scheduled_qty { get; set; }
public string create_time { get; set; }
public string workstation_id { get; set; }
public string worker_id { get; set; }
}
}