From 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 16 五月 2024 14:46:35 +0800 Subject: [PATCH] 招聘简历打印 --- CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs b/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs index 5312962..e170608 100644 --- a/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs +++ b/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs @@ -3,7 +3,9 @@ using SqlSugar; using System; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; +using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; @@ -25,6 +27,12 @@ /// 搴旇仒鐨勫矖浣嶃�� /// </summary> public int jobId { get; set; } + + /// <summary> + /// 搴旇仒鐨勫矖浣嶅悕绉般�� + /// </summary> + [SugarColumn(IsIgnore = true)] + public string jobName { get; set; } /// <summary> /// 搴旇仒鑰呮湡鏈涚殑鏈�浣庤柂璧勮姹傘�� @@ -55,6 +63,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> /// 搴旇仒鑰呯殑姣曚笟瀛︽牎鍚嶇О銆� @@ -129,6 +149,14 @@ /// 瀹℃牳鐘舵�併�� /// </summary> public AuditStatus? AuditStatu { get; set; } = AuditStatus.Submitted; + + + + /// <summary> + /// 鐢熻偛鎯呭喌锛堜緥濡傦紝鏃犲瓙濂炽�佹湁瀛愬コ绛夛級銆� + /// </summary> + [SugarColumn(IsIgnore = true)] + public string createTimetxt { get; set; } } /// <summary> @@ -139,37 +167,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> @@ -194,6 +228,13 @@ public DateTime? endDate { get; set; } /// <summary> + /// 宸ヤ綔缁撴潫鏃ユ湡锛屽鏋滄槸褰撳墠宸ヤ綔锛屽垯涓虹┖鎴栬〃绀鸿嚦浠婄殑鏃ユ湡銆� + /// </summary> + + [SugarColumn(IsIgnore = true)] + public string startDatetxt { get; set; } + + /// <summary> /// 宸ヤ綔鍗曚綅鐨勫悕绉般�� /// </summary> public string workplace { get; set; } -- Gitblit v1.9.1