Test.EIImageViewer
he 2023-02-01 10:24:55 +08:00
parent d295d29756
commit 38a6cbf1b9
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ namespace IRaCIS.Core.Application.ViewModel
//读片时间差
public TimeSpan? ReadingDurationTimeSpan { get; set; }
/// <summary>
/// 全局是否有更新
/// </summary>
public bool? IsGlobalHaveUpdate { get; set; } = false;
//时间差 换成字符串
public string ReadingDuration
{