From 298efa20b35587dd632fabbdb71c528e427f9b8b Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 2 Mar 2023 14:54:16 +0800 Subject: [PATCH] x --- .../Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs index 20f7aba41..476951f05 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs @@ -130,7 +130,7 @@ namespace IRaCIS.Core.Application.Contracts public int FileCount { get; set; } - public bool IsSuccess = true; + public bool IsSuccess { get; set; } public string Note = string.Empty;