组装下发列表传员工工位

This commit is contained in:
2024-06-27 18:03:07 +08:00
parent 42b3352c38
commit df0be4e15d
2 changed files with 4 additions and 1 deletions

View File

@@ -82,6 +82,7 @@
public string create_time { get; set; }
public string workstation_name { get; set; }
public string worker_name { get; set; }
}
}