修改医生

This commit is contained in:
2022-08-11 16:18:17 +08:00
parent 8c093427e2
commit 9f39b2cad6
3 changed files with 18 additions and 2 deletions
@@ -455,6 +455,7 @@ namespace IRaCIS.Application.Contracts
public Guid? HospitalId { get; set; } = Guid.Empty;
public Guid? PhysicianId { get; set; }
public string Physician { get; set; } = string.Empty;
public string PhysicianCN { get; set; } = string.Empty;