修改一版

This commit is contained in:
he
2022-10-11 09:20:28 +08:00
parent db63148ae0
commit ec25bcaf09
2 changed files with 9 additions and 2 deletions
@@ -1050,6 +1050,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
}
public class SubmitTableQuestionOutDto
{
public Guid RowId { get; set; }
}
public class SubmitTableQuestionInDto
{
public Guid QuestionId { get; set; }