From 516bb40b43811dec0e0b266b211945883314b3a1 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 17 五月 2024 16:10:42 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs b/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs
index 3b52616..2d411d8 100644
--- a/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs
+++ b/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs
@@ -6,6 +6,7 @@
 using System.ComponentModel;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
+using System.Runtime.Serialization;
 using System.Text;
 using System.Threading.Tasks;
 
@@ -27,6 +28,12 @@
         /// 搴旇仒鐨勫矖浣嶃��
         /// </summary>
         public int  jobId { get; set; }
+
+        /// <summary>
+        /// 搴旇仒鐨勫矖浣嶅悕绉般��
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public string jobName { get; set; }
 
         /// <summary>
         /// 搴旇仒鑰呮湡鏈涚殑鏈�浣庤柂璧勮姹傘��
@@ -57,6 +64,18 @@
         /// 搴旇仒鑰呯殑鍑虹敓鏃ユ湡銆�
         /// </summary>
         public DateTime? dateOfBirth { get; set; }
+
+        /// <summary>
+        /// 搴旇仒鑰呯殑鍑虹敓鏃ユ湡銆�
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public string dateOfBirthName { get; set; }
+
+        /// <summary>
+        /// 搴旇仒鑰呯殑鍑虹敓鏃ユ湡銆�
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public string dateOfBirthNameCeshi { get; set; }
 
         /// <summary>
         /// 搴旇仒鑰呯殑姣曚笟瀛︽牎鍚嶇О銆�
@@ -131,6 +150,25 @@
         /// 瀹℃牳鐘舵�併��
         /// </summary>
         public AuditStatus? AuditStatu { get; set; } = AuditStatus.Submitted;
+ 
+
+
+        /// <summary>
+        /// 鐢熻偛鎯呭喌锛堜緥濡傦紝鏃犲瓙濂炽�佹湁瀛愬コ绛夛級銆�
+        /// </summary>   
+        [SugarColumn(IsIgnore = true)] 
+        public string? createTimetxt { get; set; }
+        /// <summary>
+        /// 褰㈣薄鍥剧墖
+        /// </summary>   
+        [SugarColumn(IsNullable = true,Length =1024)]
+        public string? avatar { get; set; }
+
+        /// <summary>
+        /// 璇佷欢鐓� 鐢�,鍒嗛殧
+        /// </summary>   
+        [SugarColumn(IsNullable = true,ColumnDescription = "璇佷欢鐓� 鐢�,鍒嗛殧",Length =2048)]
+        public string iDPicture { get; set; }
 
     }
     /// <summary>
@@ -141,38 +179,43 @@
         /// <summary>
         /// 鐢宠宸叉彁浜わ紝绛夊緟瀹℃牳銆�
         /// </summary>
-       
+        [Description("宸叉彁浜�")]
         Submitted,
 
         /// <summary>
         /// 鐢宠姝e湪瀹℃牳涓��
         /// </summary>
-     
+        [Description("瀹℃牳涓�")]
         UnderReview,
 
         /// <summary>
         /// 鐢宠宸茶鎵瑰噯銆�
         /// </summary>
+        [Description("宸插鏍�")]
         Approved,
 
         /// <summary>
         /// 鐢宠宸茶鎷掔粷銆�
         /// </summary>
+        [Description("宸叉嫆缁�")] 
         Rejected,
 
         /// <summary>
         /// 鐢宠闇�瑕佹洿澶氳祫鏂欐垨淇℃伅銆�
         /// </summary>
+        [Description("鏇村璧勬枡")] 
         Incomplete,
 
         /// <summary>
         /// 鐢宠宸叉挙鍥炴垨鍙栨秷銆�
         /// </summary>
+        [Description("宸叉挙鍥�")] 
         Withdrawn,
 
         /// <summary>
         /// 鐢宠澶勪簬鍏朵粬鏈畾涔夌殑鐘舵�併��
         /// </summary>
+        [Description("鍏朵粬")] 
         Other
     }
     /// <summary>
@@ -197,6 +240,13 @@
         public DateTime? endDate { get; set; }
 
         /// <summary>
+        /// 宸ヤ綔缁撴潫鏃ユ湡锛屽鏋滄槸褰撳墠宸ヤ綔锛屽垯涓虹┖鎴栬〃绀鸿嚦浠婄殑鏃ユ湡銆�
+        /// </summary>
+
+        [SugarColumn(IsIgnore = true)]
+        public string startDatetxt { get; set; }
+
+        /// <summary>
         /// 宸ヤ綔鍗曚綅鐨勫悕绉般��
         /// </summary>
         [SugarColumn(IsNullable = true)]

--
Gitblit v1.9.1