修改医生设置
parent
99cb6fd6d8
commit
fe8e68f40e
|
@ -648,6 +648,10 @@ namespace IRaCIS.Application.Contracts
|
||||||
public bool ActivelyReading { get; set; }
|
public bool ActivelyReading { get; set; }
|
||||||
public string AdminComment { get; set; } = String.Empty;
|
public string AdminComment { get; set; } = String.Empty;
|
||||||
public bool InHoliday { get; set; }
|
public bool InHoliday { get; set; }
|
||||||
|
|
||||||
|
public bool IsVirtual { get; set; }
|
||||||
|
|
||||||
|
public string BlindName { get; set; } = String.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue