From f201dcc39517dd2cdafdc1f63b07b76627b36a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Fri, 3 Nov 2023 09:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BA=AB=E4=BB=BD=E8=80=85?= =?UTF-8?q?=E5=9B=BE=E7=89=87=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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Elight.Entity/SystemModel/App_Sys_UserModel.cs b/Elight.Entity/SystemModel/App_Sys_UserModel.cs index 6f13c72..4aacd28 100644 --- a/Elight.Entity/SystemModel/App_Sys_UserModel.cs +++ b/Elight.Entity/SystemModel/App_Sys_UserModel.cs @@ -65,7 +65,12 @@ namespace Elight.Entity /// 身份证号码 /// [DataMember] - public string? cardId { get; set; } + public string? cardId { get; set; } + /// + /// 身份证照片 + /// + [DataMember] + public string? cardIdphoto { get; set; } /// /// 身份(检察官,律师,当事人) ///