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; }