导表字段增加查询

This commit is contained in:
2024-11-26 16:02:31 +08:00
parent 7997e8c408
commit 522e056f3c
2 changed files with 4 additions and 0 deletions
@@ -226,6 +226,8 @@ namespace IRaCIS.Core.Application.Contracts
public string SubjectCode { get; set; } = String.Empty;
public SubjectStatus SubjectStatus { get; set; }
public String TrialSiteCode { get; set; } = String.Empty;
public DateTime? EarliestScanDate { get; set; }