添加单位
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5c86778902
commit
6f05a9e456
|
|
@ -2217,6 +2217,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ValueUnit? Unit { get; set; }
|
public ValueUnit? Unit { get; set; }
|
||||||
|
|
||||||
|
public string CustomUnit { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 答案组合
|
/// 答案组合
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
Type = x.Type,
|
Type = x.Type,
|
||||||
ShowOrder= x.ShowOrder,
|
ShowOrder= x.ShowOrder,
|
||||||
Unit = x.Unit,
|
Unit = x.Unit,
|
||||||
|
CustomUnit= x.CustomUnit,
|
||||||
ReadingQuestionTrialId = x.Id,
|
ReadingQuestionTrialId = x.Id,
|
||||||
JudgeDifferenceValue = x.JudgeDifferenceValue,
|
JudgeDifferenceValue = x.JudgeDifferenceValue,
|
||||||
JudgeDifferenceType = x.JudgeDifferenceType,
|
JudgeDifferenceType = x.JudgeDifferenceType,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue