From 0324f9e6f181a168af0e638042bc51beb421ea68 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Sat, 15 Jun 2024 18:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Persons/CreatePersonDto.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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; } + } }