Uat_Study
he 2022-10-18 12:02:16 +08:00
parent 3b9e8277e1
commit 0c919869b3
1 changed files with 4 additions and 0 deletions

View File

@ -339,6 +339,10 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary> /// </summary>
public int ImagePlatform { get; set; } = 1; public int ImagePlatform { get; set; } = 1;
/// <summary>
/// 阅片模式
/// </summary>
public ReadingMethod ReadingType { get; set; }
public string GlobalUpdateType { get; set; } = string.Empty; public string GlobalUpdateType { get; set; } = string.Empty;