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