This commit is contained in:
he
2023-01-15 17:22:29 +08:00
parent 0ccdc000cd
commit 4480c0189d
2 changed files with 7 additions and 0 deletions
@@ -22,6 +22,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
}
}
/// <summary>
/// 限制编辑
/// </summary>
public LimitEdit LimitEdit { get; set; } = LimitEdit.None;
public Guid QuestionId { get; set; }
public Guid TableQuestionId { get; set; }