删除数据库模型,同时清理视图模型bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-18 10:30:01 +08:00
parent f1fadebfba
commit 0216665d5b
@@ -617,7 +617,6 @@ namespace IRaCIS.Application.Contracts
public List<Guid> SubspecialityIds { get; set; } = new List<Guid>();
public Guid Id { get; set; }
public string OtherSkills { get; set; } = string.Empty;
public string ReadingTypeOther { get; set; } = string.Empty;
public string ReadingTypeOtherCN { get; set; } = string.Empty;