修改
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user