添加单位
continuous-integration/drone/push Build is passing Details

Test_IRC_Net10
he 2026-04-29 13:19:49 +08:00
parent 5c86778902
commit 6f05a9e456
2 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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,