Compare commits
No commits in common. "5b420a453b60b285cc15a6cd779a10f7d2e52dd1" and "360bcd6bfef8ece7e6dbe316bc204c0e9c8889ca" have entirely different histories.
5b420a453b
...
360bcd6bfe
|
|
@ -1911,12 +1911,6 @@ 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,7 +47,6 @@ 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