This commit is contained in:
he
2023-11-09 14:46:51 +08:00
parent fae51b4444
commit 7f063cf626
3 changed files with 52 additions and 3 deletions
@@ -106,6 +106,13 @@ namespace IRaCIS.Core.Application.Contracts
}
public class BatchDeteteTrialQCQuestionInDto
{
public Guid TrialId { get; set; }
public List<Guid> Ids { get; set; }
}
public class TrialQCQuestionConfigureBatchAdd
{