From 14914bc4c66f35ffb6393dc452001a16bf421d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Mon, 4 Dec 2023 15:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=B9=E6=80=A7=20DataMemb?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/AppMode/App_LawyerServicesModel.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Elight.Entity/AppMode/App_LawyerServicesModel.cs b/Elight.Entity/AppMode/App_LawyerServicesModel.cs index 8ff2b33..2bf1817 100644 --- a/Elight.Entity/AppMode/App_LawyerServicesModel.cs +++ b/Elight.Entity/AppMode/App_LawyerServicesModel.cs @@ -46,11 +46,12 @@ namespace Elight.Entity /// 访问日期 /// [DataMember] - public DateTime? receptiontime { get; set; } - + public DateTime? receptiontime { get; set; } + /// /// 访问结束时间 /// + [DataMember] public DateTime? receptionEndtime { get; set; } ///