代码修改

This commit is contained in:
he
2022-04-25 14:28:38 +08:00
parent 9d5108e683
commit 20d4ab82d6
3 changed files with 5 additions and 3 deletions
@@ -143,6 +143,9 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsHaveClinicalData { get; set; }
public int? Age { get; set; }
public string Sex { get; set; } = string.Empty;
}