修改医生盲态名称

Uat_Study
hang 2022-08-24 09:11:09 +08:00
parent c00f7a6163
commit cbb6e9662a
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}