From c582e460986388dec3c337f3fbc2b8cf616c6e4a Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 12 八月 2025 19:07:26 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs b/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
index af6affd..b2e29cd 100644
--- a/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
+++ b/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
@@ -50,9 +50,20 @@
         public string EnterpriseEnterpriseName { get; set; }
 
         /// <summary>
+        /// 鑱旂郴鐢佃瘽
+        /// </summary>
+        [JsonProperty("contactPhoneNumber")]
+        public string EnterpriseContactPhoneNumber { get; set; }
+
+        /// <summary>
         /// 鍦ㄦ嫑宀椾綅鏁伴噺
         /// </summary>
         public int TaskCount { get; set; }
+
+        /// <summary>
+        /// 鎶ュ悕浜烘暟
+        /// </summary>
+        public int ApplyCount { get; set; }
 
         /// <summary>
         /// 浠诲姟鍚嶇О
@@ -168,8 +179,56 @@
         /// 鍙戝竷鐘舵��
         /// </summary>
         public EnumTaskReleaseStatus ReleaseStatus { get; set; }
+
+        /// <summary>
+        /// 褰曠敤鐘舵��
+        /// </summary>
+        public EnumTaskUserHireStatus? HireStatus { get; set; }
+
+        /// <summary>
+        /// 鎴戠殑鎶ュ悕鍒楄〃鐘舵��
+        /// </summary>
+        public GetTaskInfoQueryResultApplyButton? ApplyButton { get; set; }
+
+        /// <summary>
+        /// 鎴戠殑宸插綍鐢ㄥ垪琛ㄧ姸鎬�
+        /// </summary>
+        public GetTaskInfoQueryResultHireButton? HireButton { get; set; }
     }
 
+    /// <summary>
+    /// 鎴戠殑鎶ュ悕鍒楄〃-璇︽儏-鎸夐挳绫诲瀷
+    /// </summary>
+    public enum GetTaskInfoQueryResultApplyButton
+    {
+        /// <summary>
+        /// 寰呯‘璁�
+        /// </summary>
+        WaitHire = 10,
+        /// <summary>
+        /// 鍘荤绾�
+        /// </summary>
+        WaitSignContract = 20
+    }
+
+    /// <summary>
+    /// 鎴戠殑褰曠敤鍒楄〃-璇︽儏-鎸夐挳绫诲瀷
+    /// </summary>
+    public enum GetTaskInfoQueryResultHireButton
+    {
+        /// <summary>
+        /// 鐢宠楠屾敹
+        /// </summary>
+        ApplyCheckReceive = 1,
+        /// <summary>
+        /// 杩涜涓�
+        /// </summary>
+        InProcess = 10,
+        /// <summary>
+        /// 宸插畬鎴�
+        /// </summary>
+        Completed = 20
+    }
 
     /// <summary>
     /// 鏌ヨ浠诲姟璇︽儏-缁撴灉-绂忓埄

--
Gitblit v1.9.1