Uat_Study
he 2022-09-26 17:51:06 +08:00
parent 821f72d459
commit c3f33a2812
1 changed files with 5 additions and 2 deletions

View File

@ -77,13 +77,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public int? DigitPlaces { get; set; } = 2;
/// <summary>
/// 评估结果
/// </summary>
public string EvaluationResult { get; set; } = string.Empty;
/// <summary>
/// 全局阅片评估更新类型
/// </summary>
public string GlobalUpdateType { get; set; } = string.Empty;
/// <summary>
/// 评估原因
/// </summary>