From 18590e3512d2d348e5149ee2bb3018c28c9a5b22 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 30 九月 2024 14:26:35 +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 22f8da9..dd781c6 100644
--- a/cylsg/cylsg.Model/UserModel/UserWorker.cs
+++ b/cylsg/cylsg.Model/UserModel/UserWorker.cs
@@ -85,5 +85,32 @@
[SugarColumn(ColumnDescription = "宸叉彁鐜伴噾棰�", Length = 18, DecimalDigits = 2, IsNullable = true)]
public decimal? YiTiXianJine { 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