修改医生设置

Uat_Study
hang 2022-08-03 15:26:00 +08:00
parent 99cb6fd6d8
commit fe8e68f40e
1 changed files with 4 additions and 0 deletions

View File

@ -648,6 +648,10 @@ namespace IRaCIS.Application.Contracts
public bool ActivelyReading { get; set; }
public string AdminComment { get; set; } = String.Empty;
public bool InHoliday { get; set; }
public bool IsVirtual { get; set; }
public string BlindName { get; set; } = String.Empty;
}
#endregion