From e6bf9697a52d40b418900c9828847f8bb01980b5 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 20 Aug 2025 15:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E9=A2=98=E7=BB=84=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Visit/DTO/HospitalGroupViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/HospitalGroupViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/HospitalGroupViewModel.cs index d941be844..4ebc6d4d1 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/HospitalGroupViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/HospitalGroupViewModel.cs @@ -35,6 +35,8 @@ public class HospitalGroupAddOrEdit public string Name { get; set; } + public bool IsEnable { get; set; } + public List IdentityUserIdList { get; set; } }