From a541764e693175c6c987868a18897249db5406e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Mon, 30 Oct 2023 09:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/SystemModel/App_Sys_UserModel.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Elight.Entity/SystemModel/App_Sys_UserModel.cs b/Elight.Entity/SystemModel/App_Sys_UserModel.cs index a568577..6f13c72 100644 --- a/Elight.Entity/SystemModel/App_Sys_UserModel.cs +++ b/Elight.Entity/SystemModel/App_Sys_UserModel.cs @@ -70,8 +70,17 @@ namespace Elight.Entity /// 身份(检察官,律师,当事人) /// [DataMember] - public string? identity { get; set; } - + public string? identity { get; set; } + /// + /// 身份证件号码 + /// + [DataMember] + public string? identitycardId { get; set; } + /// + /// 身份 证件照片 + /// + [DataMember] + public string? identityphoto { get; set; } /// /// 微信Id ///