修改
This commit is contained in:
@@ -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 获取系统的阅片问题
|
||||
|
||||
Reference in New Issue
Block a user