@@ -2217,6 +2217,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public ValueUnit? Unit { get; set; }
|
||||
|
||||
public string CustomUnit { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 答案组合
|
||||
/// </summary>
|
||||
|
||||
@@ -45,6 +45,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
Type = x.Type,
|
||||
ShowOrder= x.ShowOrder,
|
||||
Unit = x.Unit,
|
||||
CustomUnit= x.CustomUnit,
|
||||
ReadingQuestionTrialId = x.Id,
|
||||
JudgeDifferenceValue = x.JudgeDifferenceValue,
|
||||
JudgeDifferenceType = x.JudgeDifferenceType,
|
||||
|
||||
Reference in New Issue
Block a user