Uat_Study
he 2022-11-08 14:09:21 +08:00
parent 6c8257b1cb
commit 1a364a0cfc
1 changed files with 4 additions and 1 deletions

View File

@ -428,7 +428,10 @@ namespace IRaCIS.Core.Application.Contracts
public bool? IsArbitrationReading { get; set; } public bool? IsArbitrationReading { get; set; }
/// <summary>
/// 是否必须全局阅片
/// </summary>
public bool IsMustGlobalReading { get; set; } = false;
///// <summary> ///// <summary>