[一致性分析预提交]

This commit is contained in:
2024-02-29 16:08:39 +08:00
parent 5656e66c28
commit 8e3dc73408
11 changed files with 208 additions and 68 deletions
@@ -151,6 +151,8 @@ namespace IRaCIS.Application.Contracts
public Guid TrialReadingCriterionId { get; set; }
public List<ReadingCategory> ReadingCategorys { get; set; }
public bool IsJoinAnalysis { get; set; } = true;
}