Uat_Study
parent
821f72d459
commit
c3f33a2812
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue