From a9d26b7c151f2727c9dc06a8236f2cf45a765cda Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 17 五月 2024 08:55:13 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop --- CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 41 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..3359f40 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,14 @@ /// 瀹℃牳鐘舵�併�� /// </summary> public AuditStatus? AuditStatu { get; set; } = AuditStatus.Submitted; + + + + /// <summary> + /// 鐢熻偛鎯呭喌锛堜緥濡傦紝鏃犲瓙濂炽�佹湁瀛愬コ绛夛級銆� + /// </summary> + [SugarColumn(IsIgnore = true)] + public string createTimetxt { get; set; } } /// <summary> @@ -141,38 +168,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 +229,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