This commit is contained in:
he
2023-06-21 14:51:15 +08:00
parent 5360c577af
commit 8205f33ec6
5 changed files with 51 additions and 2 deletions
@@ -100,6 +100,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string CalculateQuestions { get; set; } = "[]";
/// <summary>
/// 小数点位数
/// </summary>
public int? DigitPlaces { get; set; }
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
}