@@ -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
|
||||
|
||||
Reference in New Issue
Block a user