From e71dcccec6a1cf51c928a5143264cbbec105ff2f Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 22 八月 2024 08:35:21 +0800
Subject: [PATCH] 对接财富通
---
cylsg/cylsg.Model/UserModel/UserWorker.cs | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/cylsg/cylsg.Model/UserModel/UserWorker.cs b/cylsg/cylsg.Model/UserModel/UserWorker.cs
index 4a3235d..e0ba6bc 100644
--- a/cylsg/cylsg.Model/UserModel/UserWorker.cs
+++ b/cylsg/cylsg.Model/UserModel/UserWorker.cs
@@ -78,5 +78,32 @@
[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; }
+
+ /// <summary>
+ /// 鎬у埆 0浠h〃鏈~鍐欙紝1浠h〃鐢锋�э紝2浠h〃濂虫�с��
+ /// </summary>
+ [SugarColumn(ColumnDescription = "浜鸿劯搴撳悕绉�", IsNullable = true)]
+ public long? Gender { get; set; } = 0;
+
}
}
--
Gitblit v1.9.1