From b183e8d5cc4b39626dc4f55c84628b571b293778 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 18 八月 2025 10:25:47 +0800
Subject: [PATCH] feat:开发

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

diff --git a/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs b/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
index 951046b..427d6dd 100644
--- a/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
+++ b/FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
@@ -1,6 +1,6 @@
-锘縰sing FlexJobApi.Core.Models.Common;
-using Mapster;
+锘縰sing Mapster;
 using MediatR;
+using Newtonsoft.Json;
 using System;
 using System.Collections.Generic;
 using System.ComponentModel.DataAnnotations;
@@ -46,7 +46,20 @@
         /// <summary>
         /// 浼佷笟鍏ㄧО
         /// </summary>
-        public string EnterpriseName { get; set; }
+        [JsonProperty("enterpriseName")]
+        public string EnterpriseEnterpriseName { get; set; }
+
+        /// <summary>
+        /// 鑱旂郴鐢佃瘽
+        /// </summary>
+        [JsonProperty("contactPhoneNumber")]
+        public string EnterpriseContactPhoneNumber { get; set; }
+
+        /// <summary>
+        /// 鏄惁璁よ瘉
+        /// </summary>
+        [JsonProperty("isReal")]
+        public bool EnterpriseIsReal { get; set; }
 
         /// <summary>
         /// 鍦ㄦ嫑宀椾綅鏁伴噺
@@ -54,9 +67,19 @@
         public int TaskCount { get; set; }
 
         /// <summary>
+        /// 鎶ュ悕浜烘暟
+        /// </summary>
+        public int ApplyCount { get; set; }
+
+        /// <summary>
         /// 浠诲姟鍚嶇О
         /// </summary>
         public string Name { get; set; }
+
+        /// <summary>
+        /// 浠诲姟鍗曞彿
+        /// </summary>
+        public string Code { get; set; }
 
         /// <summary>
         /// 缁撶畻鍛ㄦ湡
@@ -167,8 +190,60 @@
         /// 鍙戝竷鐘舵��
         /// </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>
+        Wait = 1,
+        /// <summary>
+        /// 鐢宠楠屾敹
+        /// </summary>
+        ApplyCheckReceive = 5,
+        /// <summary>
+        /// 杩涜涓�
+        /// </summary>
+        InProcess = 10,
+        /// <summary>
+        /// 宸插畬鎴�
+        /// </summary>
+        Completed = 20
+    }
 
     /// <summary>
     /// 鏌ヨ浠诲姟璇︽儏-缁撴灉-绂忓埄
@@ -180,7 +255,11 @@
         /// </summary>
         public string BenefitCode { get; set; }
         /// <summary>
-        /// 绂忓埄
+        /// 绂忓埄鍥炬爣
+        /// </summary>
+        public string BenefitField2 { get; set; }
+        /// <summary>
+        /// 绂忓埄鍚嶇О
         /// </summary>
         public string BenefitContent { get; set; }
     }

--
Gitblit v1.9.1