修改默认值
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-01-20 11:22:53 +08:00
parent e76a5d189e
commit 146b0635c8
2 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 全局阅片
/// </summary>
public bool IsGlobalReading { get; set; } = true;
public bool IsGlobalReading { get; set; } = false;
/// <summary>
/// 仲裁阅片

View File

@ -360,7 +360,7 @@ namespace IRaCIS.Application.Contracts
public DateTime? ReadingInfoSignTime { get; set; }
public bool IsGlobalReading { get; set; } = true;
public bool IsGlobalReading { get; set; } = false;
//是否附加评估
public bool IsAdditionalAssessment { get; set; }