Uat_Study
he 2022-08-25 09:17:13 +08:00
parent 7a1f267d94
commit 15dda3678b
3 changed files with 6 additions and 3 deletions

View File

@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary> /// <summary>
/// 表格问题类型 /// 表格问题类型
/// </summary> /// </summary>
public TableQuestionType TableQuestionType { get; set; } public TableQuestionType? TableQuestionType { get; set; }
/// <summary> /// <summary>
/// 依赖父问题 /// 依赖父问题

View File

@ -98,7 +98,7 @@ namespace IRaCIS.Application.Services
//public async Task<> GetVisitReadingQuestion(GetVisitReadingQuestionInDto inDto) //public async Task<> GetVisitReadingQuestion(GetVisitReadingQuestionInDto inDto)
//{ //{
//} //}
@ -826,6 +826,9 @@ namespace IRaCIS.Application.Services
}); ; }); ;
} }
#endregion #endregion
#region 获取系统的阅片问题 #region 获取系统的阅片问题

View File

@ -120,7 +120,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> /// <summary>
/// 表格问题类型 /// 表格问题类型
/// </summary> /// </summary>
public TableQuestionType TableQuestionType { get; set; } public TableQuestionType? TableQuestionType { get; set; }
/// <summary> /// <summary>
/// 系统标准Id /// 系统标准Id