@@ -637,6 +637,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public class EmploymentInfo
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string HospitalName { get; set; } = string.Empty;
|
||||
//部门
|
||||
public Guid? DepartmentId { get; set; }
|
||||
public string DepartmentOther { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user