Uat_Study
he 2023-06-21 15:06:03 +08:00
parent 8205f33ec6
commit 6f09c10bd7
1 changed files with 10 additions and 0 deletions

View File

@ -258,6 +258,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 外层问题Id /// 外层问题Id
/// </summary> /// </summary>
public Guid QuestionId { get; set; } public Guid QuestionId { get; set; }
/// <summary>
/// 小数点位数
/// </summary>
public int? DigitPlaces { get; set; }
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
} }