From 787bc250c1b42d67cdb876feee6334c6b9026dd5 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 27 May 2025 17:07:26 +0800 Subject: [PATCH] X --- IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs index fae48a924..8da1a2cbf 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs @@ -225,6 +225,7 @@ namespace IRaCIS.Application.Contracts public DateTime? AuthorizationDeadLineDate { get; set; } + //激活截止期限 7天 public DateTime? ActiveDeadLineDate { get; set; } public DateTime? ActiveTime { get; set; }