修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-01-13 15:15:36 +08:00
parent d04b425d62
commit e022eb058b
2 changed files with 11 additions and 0 deletions
@@ -859,6 +859,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class ReadingQuestionCriterionSystemViewInDto : PageInput
{
public string CriterionName { get; set; } = String.Empty;
public bool? IsCompleteConfig { get; set; }
public bool? IsEnable { get; set; }
public CriterionGroup? CriterionGroup { get; set; }
public CriterionType? CriterionType { get; set; }
}
public class CriterionList