This commit is contained in:
he
2022-08-25 09:17:13 +08:00
parent 7a1f267d94
commit 15dda3678b
3 changed files with 6 additions and 3 deletions
@@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 表格问题类型
/// </summary>
public TableQuestionType TableQuestionType { get; set; }
public TableQuestionType? TableQuestionType { get; set; }
/// <summary>
/// 依赖父问题
@@ -98,7 +98,7 @@ namespace IRaCIS.Application.Services
//public async Task<> GetVisitReadingQuestion(GetVisitReadingQuestionInDto inDto)
//{
//}
@@ -826,6 +826,9 @@ namespace IRaCIS.Application.Services
}); ;
}
#endregion
#region