修改一版

This commit is contained in:
he
2022-10-31 14:10:49 +08:00
parent 790f0b7237
commit 059e55339c
2 changed files with 19 additions and 18 deletions
@@ -120,7 +120,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 阅片平台
/// </summary>
public ImagePlatform ImagePlatform { get; set; } = ImagePlatform.MINT;
public ImagePlatform ImagePlatform { get; set; } = ImagePlatform.PACS;
/// <summary>
/// 阅片工具
@@ -154,7 +154,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 仲裁对象
/// </summary>
public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.None;
public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.Reading;
/// <summary>