修改一版

This commit is contained in:
he
2022-08-24 17:25:33 +08:00
parent 6d7fcbb726
commit 178da67511
3 changed files with 164 additions and 7 deletions
@@ -20,10 +20,15 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid QuestionId { get; set; }
/// <summary>
/// 任务Id
/// </summary>
/// 表格问题Id
/// </summary>
public Guid TableQuestionId { get; set; }
/// <summary>
/// 任务Id
/// </summary>
public Guid TaskId { get; set; }
/// <summary>