This commit is contained in:
he
2022-10-18 12:02:16 +08:00
parent 3b9e8277e1
commit 0c919869b3
@@ -339,6 +339,10 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public int ImagePlatform { get; set; } = 1;
/// <summary>
/// 阅片模式
/// </summary>
public ReadingMethod ReadingType { get; set; }
public string GlobalUpdateType { get; set; } = string.Empty;