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

This commit is contained in:
he
2024-12-20 14:06:30 +08:00
parent d165632cc8
commit 3e9221b39c
4 changed files with 42 additions and 3 deletions
@@ -445,6 +445,9 @@ namespace IRaCIS.Application.Contracts
public class BasicInfoAndEmploymentDto: DoctorBasicInfoCommand
{
public string HospitalName { get; set; } = string.Empty;
//部门
public Guid? DepartmentId { get; set; }
public string DepartmentOther { get; set; } = string.Empty;
@@ -37,6 +37,7 @@
}
public class PostgraduateCommand
{
public Guid? Id { get; set; }
public Guid DoctorId { get; set; }