From 557c2711a3e103ebc3d0492344eca9730d5e92b2 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期一, 17 二月 2025 10:47:47 +0800 Subject: [PATCH] 增加司机配送单超时处理任务,防止一直不停手机定位信息, --- CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 55 insertions(+), 5 deletions(-) diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs b/CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs index 3b52616..29d7e29 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; @@ -15,7 +16,7 @@ /// <summary> /// 涓汉绠�鍘� /// </summary> - [SqlCodeFirst] + //[SqlCodeFirst] public partial class Job_ApplicantProfile : BFBaseModel { /// <summary> @@ -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,44 +179,49 @@ /// <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> /// 宸ヤ綔缁忓巻 /// </summary> - [SqlCodeFirst] + //[SqlCodeFirst] public partial class Job_EmploymentRecord { /// <summary> @@ -195,6 +238,13 @@ /// 宸ヤ綔缁撴潫鏃ユ湡锛屽鏋滄槸褰撳墠宸ヤ綔锛屽垯涓虹┖鎴栬〃绀鸿嚦浠婄殑鏃ユ湡銆� /// </summary> public DateTime? endDate { get; set; } + + /// <summary> + /// 宸ヤ綔缁撴潫鏃ユ湡锛屽鏋滄槸褰撳墠宸ヤ綔锛屽垯涓虹┖鎴栬〃绀鸿嚦浠婄殑鏃ユ湡銆� + /// </summary> + + [SugarColumn(IsIgnore = true)] + public string startDatetxt { get; set; } /// <summary> /// 宸ヤ綔鍗曚綅鐨勫悕绉般�� @@ -230,7 +280,7 @@ /// <summary> /// 瀹跺涵鎴愬憳 /// </summary> - [SqlCodeFirst] + //[SqlCodeFirst] public class Job_FamilyMember { /// <summary> -- Gitblit v1.9.1