From d86bc04d0b34f2b7d9ddbd30ee703b51d48876e8 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 05 二月 2025 09:51:15 +0800
Subject: [PATCH] 修改审核中员工排在前边

---
 cylsg/cylsg.Model/UserModel/UserWorker.cs |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/cylsg/cylsg.Model/UserModel/UserWorker.cs b/cylsg/cylsg.Model/UserModel/UserWorker.cs
index 6eba7b5..dd781c6 100644
--- a/cylsg/cylsg.Model/UserModel/UserWorker.cs
+++ b/cylsg/cylsg.Model/UserModel/UserWorker.cs
@@ -73,10 +73,17 @@
         public string Resume { get; set; }
 
         /// <summary>
-        /// 鎻愮幇浣欓
+        /// 鎻愮幇鎬婚
         /// </summary>
-        [SugarColumn(ColumnDescription = "鎻愮幇浣欓", Length = 18, DecimalDigits = 2, IsNullable = true)]
-        public decimal? TiXianYue { get; set; }
+        [SugarColumn(ColumnDescription = "鎻愮幇鎬婚", Length = 18, DecimalDigits = 2, IsNullable = true)]
+        public decimal? TiXianZonge { get; set; }
+
+
+        /// <summary>
+        /// 宸叉彁鐜伴噾棰�
+        /// </summary>
+        [SugarColumn(ColumnDescription = "宸叉彁鐜伴噾棰�", Length = 18, DecimalDigits = 2, IsNullable = true)]
+        public decimal? YiTiXianJine { get; set; }
 
 
 
@@ -99,5 +106,11 @@
         [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