修改医生盲态名称
parent
c00f7a6163
commit
cbb6e9662a
|
@ -187,11 +187,11 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
public bool IsVirtual { get; set; }
|
||||
|
||||
public string BlindName { get; set; }
|
||||
public string BlindName { get; set; } = string.Empty;
|
||||
|
||||
public string BlindNameCN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string BlindPublications { get; set; }
|
||||
public string BlindPublications { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue