From 4c3ac42be64eae9c92d9b876b16312d5de46338e Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 16 八月 2024 14:16:49 +0800
Subject: [PATCH] 完成身份证上传验证接口,完成创建人脸库,创建人员库

---
 cylsg/cylsg.Model/UserModel/UserWorker.cs |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/cylsg/cylsg.Model/UserModel/UserWorker.cs b/cylsg/cylsg.Model/UserModel/UserWorker.cs
index 4a3235d..6eba7b5 100644
--- a/cylsg/cylsg.Model/UserModel/UserWorker.cs
+++ b/cylsg/cylsg.Model/UserModel/UserWorker.cs
@@ -78,5 +78,26 @@
         [SugarColumn(ColumnDescription = "鎻愮幇浣欓", Length = 18, DecimalDigits = 2, IsNullable = true)]
         public decimal? TiXianYue { get; set; }
 
+
+
+        /// <summary>
+        /// 浜鸿劯ID
+        /// </summary>
+        [SugarColumn(ColumnDescription = "浜鸿劯ID", IsNullable = true)]
+        public string? IAIPersonId { get; set; }
+
+        /// <summary>
+        /// 浜鸿劯搴揑D
+        /// </summary>
+        [SugarColumn(ColumnDescription = "浜鸿劯搴揑D", IsNullable = true)]
+        public string? IAIGroupId { get; set; }
+
+
+        /// <summary>
+        /// 浜鸿劯搴撳悕绉�
+        /// </summary>
+        [SugarColumn(ColumnDescription = "浜鸿劯搴撳悕绉�", IsNullable = true)]
+        public string? IAIGroupName { get; set; }
+
     }
 }

--
Gitblit v1.9.1