Test.EIImageViewer
parent
d295d29756
commit
38a6cbf1b9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue