Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
ca9ce6e4c5
|
@ -1911,6 +1911,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public List<string> AnswerGroup { get; set; }
|
public List<string> AnswerGroup { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 单位
|
||||||
|
/// </summary>
|
||||||
|
public ValueUnit? Unit { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 答案组合
|
/// 答案组合
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -47,6 +47,7 @@ namespace IRaCIS.Application.Services
|
||||||
DictionaryCode=x.DictionaryCode,
|
DictionaryCode=x.DictionaryCode,
|
||||||
JudgeType = x.JudgeType,
|
JudgeType = x.JudgeType,
|
||||||
Type=x.Type,
|
Type=x.Type,
|
||||||
|
Unit= x.Unit,
|
||||||
ReadingQuestionTrialId = x.Id,
|
ReadingQuestionTrialId = x.Id,
|
||||||
JudgeDifferenceValue= x.JudgeDifferenceValue,
|
JudgeDifferenceValue= x.JudgeDifferenceValue,
|
||||||
JudgeDifferenceType=x.JudgeDifferenceType,
|
JudgeDifferenceType=x.JudgeDifferenceType,
|
||||||
|
|
Loading…
Reference in New Issue