This commit is contained in:
he
2022-04-24 09:23:11 +08:00
parent 1eac030958
commit 9741b7a438
6 changed files with 85 additions and 11 deletions
@@ -53,6 +53,8 @@ namespace IRaCIS.Core.Application.Contracts
public Guid SubjectId { get; set; }
public Guid SubjectVisitId { get; set; }
public SubmitStateEnum SubmitState { get; set; }
//public string SubjectName => LastName + " / " + FirstName;
//public string FirstName { get; set; } = string.Empty;
//public string LastName { get; set; } = string.Empty;