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; }
///
/// 身份(检察官,律师,当事人)
///