查询增加 subject退出状态

This commit is contained in:
2025-06-24 13:43:26 +08:00
parent d9326a1e8e
commit 814f27244a
16 changed files with 57 additions and 15 deletions
@@ -156,6 +156,7 @@ namespace IRaCIS.Application.Contracts
public bool? IsMissingImages { get; set; }
public Guid? TrialSiteId { get; set; }
public SubjectStatus? Status { get; set; }
public bool? IsSubjectQuit { get; set; }
}