修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-12-20 13:29:45 +08:00
parent 6e34bc3c17
commit 460575d959
7 changed files with 18323 additions and 2 deletions
@@ -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;