This commit is contained in:
he
2023-02-28 09:38:17 +08:00
parent 9ed80154af
commit efbe1d3511
3 changed files with 43 additions and 8 deletions
@@ -90,6 +90,12 @@ namespace IRaCIS.Application.Contracts
public Guid? TrialReadingCriterionId { get; set; }
}
public class GetTrialCriterionDictionaryListInDto
{
[NotDefault]
public Guid TrialCriterionId { get; set; }
}
public class GetCriterionDictionaryListInDto
{
[NotDefault]