This commit is contained in:
he
2022-08-04 14:58:00 +08:00
parent 3f524341bd
commit ee07049a6e
4 changed files with 20 additions and 5 deletions
@@ -30,7 +30,13 @@ namespace IRaCIS.Core.Application.Contracts
public Guid UpdateUserId { get; set; }
}
public class QCQuestionFilterSelect
{
public Guid? Id { get; set; }
public string[] TypeArray { get; set; } = new string[0];
}
public class TrialQCQuestionFilterSelect
{