Uat_Study
he 2022-09-20 16:04:31 +08:00
parent ab2899e6e4
commit fbca7f17f8
2 changed files with 14 additions and 0 deletions

View File

@ -1110,6 +1110,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// Type
@ -1398,6 +1402,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string DictionaryCode { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 项目标准Id
/// </summary>

View File

@ -1785,10 +1785,12 @@ namespace IRaCIS.Application.Services
GroupName = string.Empty,
Id = x.Id,
Type = x.Type,
DictionaryCode=x.DictionaryCode,
TableQuestionType = x.TableQuestionType,
DependParentId = x.DependParentId,
IsDepend = x.IsDepend,
QuestionMark = x.QuestionMark,
QuestionGenre=x.QuestionGenre,
TypeValue = x.TypeValue,
RelevanceId = x.RelevanceId,
IsRequired = x.IsRequired,
@ -1805,8 +1807,10 @@ namespace IRaCIS.Application.Services
GroupName = string.Empty,
Id = x.Id,
Type = x.Type,
QuestionGenre=x.QuestionGenre,
TableQuestionType = x.TableQuestionType,
DependParentId = x.DependParentId,
DictionaryCode = x.DictionaryCode,
IsDepend = x.IsDepend,
QuestionMark = x.QuestionMark,
TypeValue = x.TypeValue,