添加单位
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>
|
||||
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue