diff --git a/src/Shentun.WebPeis.Application.Contracts/Persons/CreatePersonDto.cs b/src/Shentun.WebPeis.Application.Contracts/Persons/CreatePersonDto.cs
index c4dcae1..6c99799 100644
--- a/src/Shentun.WebPeis.Application.Contracts/Persons/CreatePersonDto.cs
+++ b/src/Shentun.WebPeis.Application.Contracts/Persons/CreatePersonDto.cs
@@ -10,9 +10,6 @@ namespace Shentun.WebPeis.Persons
         /// 组织单位ID
         /// 
         public Guid MedicalCenterId { get; set; }
-
-   
-
         /// 
         /// 姓名
         /// 
@@ -108,5 +105,14 @@ namespace Shentun.WebPeis.Persons
         /// 
         public string SmsVerifyCodeKey { get; set;}
 
+        /// 
+        /// 会话键
+        /// 
+        public string SessionKey { get; set; }
+        /// 
+        /// 会话键值
+        /// 
+        public string SessionKeyValue { get; set; }
+
     }
 }