Uat_Study
parent
8205f33ec6
commit
6f09c10bd7
|
@ -258,6 +258,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// 外层问题Id
|
||||
/// </summary>
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小数点位数
|
||||
/// </summary>
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单位
|
||||
/// </summary>
|
||||
public string Unit { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue