x修改
This commit is contained in:
@@ -46,6 +46,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string Type { get; set; }
|
||||
|
||||
|
||||
public QuestionMark? QuestionMark { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 类型值
|
||||
/// </summary>
|
||||
|
||||
@@ -395,7 +395,8 @@ namespace IRaCIS.Application.Services
|
||||
QuestionId = x.ReadingQuestionId,
|
||||
TableQuestionId = x.Id,
|
||||
Type=x.Type,
|
||||
TypeValue=x.TypeValue,
|
||||
QuestionMark=x.QuestionMark,
|
||||
TypeValue =x.TypeValue,
|
||||
RowIndex = row.RowIndex,
|
||||
ShowOrder = x.ShowOrder,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user