From 9c2cb0c24dabf68ca5f4703340ed2b1f13ddf969 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 13 八月 2025 19:37:15 +0800
Subject: [PATCH] fix: 灵工管理

---
 packages/services/apiV2/typings.d.ts |  114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 111 insertions(+), 3 deletions(-)

diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 4228eaa..923570c 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -14,8 +14,14 @@
   }
 
   interface APIgetCheckReceiveTaskUserSubmitParams {
-    /** 鎻愪氦Id */
-    id?: string;
+    /** 鎻愪氦Id锛堢敤浜嶣绔鎴风锛� */
+    submitId?: string;
+    /** 浠诲姟Id锛堢敤浜嶤绔皬绋嬪簭缂栬緫鎻愪氦 鍜屾棩鏈熶竴璧蜂紶锛� */
+    taskInfoId?: string;
+    /** 浠诲姟浜哄憳Id锛堢敤浜嶣绔皬绋嬪簭楠屾敹 鍜屾棩鏈熶竴璧蜂紶锛� */
+    taskInfoUserId?: string;
+    /** 鏃ユ湡锛堢敤浜庝袱涓皬绋嬪簭 璺熸煇涓�涓狪d涓�璧蜂紶锛� */
+    date?: string;
   }
 
   interface APIgetCurrentLogierMenuParams {
@@ -60,6 +66,11 @@
     id?: string;
     /** 浠诲姟Id */
     taskInfoId?: string;
+  }
+
+  interface APIgetEnterpriseLoginInfoParams {
+    /** 鏌ヨ浼佷笟鐢ㄦ埛鐧诲綍淇℃伅 */
+    request?: GetEnterpriseLoginInfoQuery;
   }
 
   interface APIgetEnterpriseParams {
@@ -200,6 +211,18 @@
     isCollect?: boolean;
   }
 
+  interface CollectUserResumeCommand {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+    /** 鏄惁宸叉敹钘� */
+    isCollected?: boolean;
+  }
+
+  interface ContactUserResumeCommand {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+  }
+
   interface DeleteDictionaryCategoryCommand {
     ids: string[];
   }
@@ -218,6 +241,24 @@
 
   interface DeleteUserResumeCredentialCommand {
     ids: string[];
+  }
+
+  interface EditEnterpriseEmployeeCommand {
+    /** 鐏靛伐Id */
+    id?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 韬唤璇佸彿 */
+    identity?: string;
+    /** 鎵嬫満鍙� */
+    contactPhoneNumber?: string;
+    gender?: EnumUserGender;
+    /** 骞撮緞 */
+    age?: number;
+    /** 韬唤璇佷汉鍍忛潰 */
+    identityImg?: string;
+    /** 韬唤璇佸浗寰介潰 */
+    identityBackImg?: string;
   }
 
   enum EnumBillingMethod {
@@ -639,6 +680,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetEnterpriseEmployeesQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseLoginInfoQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseLoginInfoQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -1371,6 +1430,9 @@
   interface GetCheckReceiveTaskQuery {
     /** 浠诲姟Id */
     taskInfoId?: string;
+    checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    /** 鏃ユ湡锛圔绔皬绋嬪簭涓撶敤锛� */
+    date?: string;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -1427,6 +1489,8 @@
   interface GetCheckReceiveTasksQuery {
     /** 鏃ユ湡锛堝皬绋嬪簭-楠屾敹绠$悊涓撶敤锛� */
     date?: string;
+    /** 鍏抽敭瀛楋紙濮撳悕/鎵嬫満/韬唤璇佸彿锛� */
+    keywords?: string;
     /** 楠屾敹鏃ユ湡-鏈�鏃╂椂闂达紙B绔鎴风-楠屾敹绠$悊涓撶敤锛� */
     checkReceiveTimeBegin?: string;
     /** 楠屾敹鏃ユ湡-鏈�鏅氭椂闂达紙B绔鎴风-楠屾敹绠$悊涓撶敤锛� */
@@ -1452,6 +1516,8 @@
     /** 鏈嶅姟璐� */
     serviceFee?: number;
     settlementCycle?: EnumSettlementCycle;
+    /** 鍙戝竷鏃堕棿 */
+    createdTime?: string;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
     /** 浠诲姟缁撴潫鏃堕棿 */
@@ -1504,6 +1570,8 @@
   }
 
   interface GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser {
+    /** 鐢ㄦ埛Id */
+    id?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -1518,6 +1586,8 @@
     /** 鏄惁瀹炲悕 */
     isReal?: boolean;
     realMethod?: EnumUserRealMethod;
+    /** 鏄惁缁戝畾閾惰鍗� */
+    isBindBankCard?: boolean;
   }
 
   interface GetCheckReceiveTaskUserSubmitsQueryResultObjectDataTaskInfo {
@@ -1748,6 +1818,27 @@
     enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
     /** 浼佷笟绛剧害鏃堕棿 */
     enterpriseSignContractTime?: string;
+  }
+
+  type GetEnterpriseLoginInfoQuery = Record<string, any>;
+
+  interface GetEnterpriseLoginInfoQueryResult {
+    /** Id */
+    id?: string;
+    /** 澶村儚 */
+    avatar?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 瑙掕壊 */
+    roles?: string[];
+    /** 鏄惁瀹炲悕 */
+    isReal?: boolean;
+    /** 鎴戠殑鏀惰棌 */
+    collectedUserCount?: number;
+    /** 鑱旂郴璁板綍 */
+    contactedRecordCount?: number;
   }
 
   interface GetEnterpriseQueryResult {
@@ -2226,6 +2317,8 @@
     applyCount?: number;
     /** 浠诲姟鍚嶇О */
     name?: string;
+    /** 浠诲姟鍗曞彿 */
+    code?: string;
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
@@ -2321,6 +2414,8 @@
     releaseStatus?: EnumTaskReleaseStatus;
     recommendStatus?: EnumTaskRecommendStatus;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    /** 鏄惁鏀惰棌 */
+    isCollected?: boolean;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -2374,7 +2469,7 @@
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
     settlementStatus?: EnumTaskSettlementStatus;
     recommendStatus?: EnumTaskRecommendStatus;
-    /** 鍒涘缓鏃堕棿 */
+    /** 鍙戝竷鏃堕棿 */
     createdTime?: string;
   }
 
@@ -2595,6 +2690,8 @@
     photos?: string[];
     /** 缁忓巻 */
     taskInfoUsers?: GetUserResumeQueryResultExperience[];
+    /** 鏄惁宸叉敹钘� */
+    isCollected?: boolean;
   }
 
   interface GetUserResumeQueryResultCredential {
@@ -2650,6 +2747,10 @@
     ageMax?: number;
     /** 璧勬牸璇佷功缂栧彿 */
     userCredentials?: string[];
+    /** 鏄惁宸叉敹钘� */
+    isCollected?: boolean;
+    /** 鏄惁宸茶仈绯� */
+    isContacted?: boolean;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -2691,6 +2792,8 @@
     workSeniority?: string;
     /** 宸ヤ綔缁忛獙 */
     workExperience?: string;
+    /** 鍒涘缓鏃堕棿 */
+    createdTime?: string;
   }
 
   type GetUserResumeWorkExperienceQuery = Record<string, any>;
@@ -2702,6 +2805,11 @@
     workExperience?: string;
   }
 
+  interface ImportEnterpriseEmployeesCommand {
+    /** Excel鍦板潃 */
+    excelUrl?: string;
+  }
+
   interface LoginCommandCallback {
     /** 鐢ㄦ埛Id */
     id?: string;

--
Gitblit v1.9.1