From 8fba7ff03e1731cfbd91c3346f4ba87f5b317f4c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 18:13:09 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |   93 +++++++++++++++++++++++++++++++++++++---------
 1 files changed, 74 insertions(+), 19 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index d348906..6366118 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -200,6 +200,8 @@
   interface APIgetMenusParams {
     /** 鐢ㄦ埛绫诲瀷 */
     userType?: EnumUserType;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: EnumEnterpriseType;
     /** 瀹㈡埛绔被鍨� */
     clientType?: EnumClientType;
     /** 瑙掕壊Id */
@@ -1116,44 +1118,46 @@
     CommonServerCodeUrls = 4,
     /**鏂囦欢 */
     CommonServerFileUtils = 5,
+    /**浜嬩欢 */
+    CommonServerEventUtils = 6,
     /**鏂囧瓧璇嗗埆 */
-    CommonServerOcrUtils = 6,
+    CommonServerOcrUtils = 7,
     /**鏃ュ織璁板綍 */
-    CommonServerLogRecords = 7,
+    CommonServerLogRecords = 8,
     /**鍚屾鏁版嵁搴� */
-    CommonServerSyncDatabase = 8,
+    CommonServerSyncDatabase = 9,
     /**鐭俊宸ュ叿 */
-    CommonServerSmsUtils = 9,
+    CommonServerSmsUtils = 10,
     /**閰嶇疆 */
-    CommonServerSettings = 10,
+    CommonServerSettings = 11,
     /**鐢ㄦ埛璁よ瘉 */
-    UserServerAuth = 11,
+    UserServerAuth = 12,
     /**鐢ㄦ埛鑿滃崟 */
-    UserServerMenu = 12,
+    UserServerMenu = 13,
     /**鐢ㄦ埛璧勬簮 */
-    UserServerResource = 13,
+    UserServerResource = 14,
     /**鐢ㄦ埛瑙掕壊 */
-    UserServerRole = 14,
+    UserServerRole = 15,
     /**鐢ㄦ埛淇℃伅 */
-    UserServerUser = 15,
+    UserServerUser = 16,
     /**鐢ㄦ埛閽卞寘 */
-    UserServerUserWallet = 16,
+    UserServerUserWallet = 17,
     /**鐢靛瓙绛� */
-    UserServerElectronSign = 17,
+    UserServerElectronSign = 18,
     /**鐢ㄦ埛绠�鍘� */
-    UserServerUserResume = 18,
+    UserServerUserResume = 19,
     /**浼佷笟淇℃伅 */
-    UserServerEnterprise = 19,
+    UserServerEnterprise = 20,
     /**浼佷笟閽卞寘 */
-    UserServerEnterpriseWallet = 20,
+    UserServerEnterpriseWallet = 21,
     /**浼佷笟鍚堜綔閽卞寘 */
-    UserServerEnterpriseCooperationWallet = 21,
+    UserServerEnterpriseCooperationWallet = 22,
     /**鐏靛伐淇℃伅 */
-    UserServerEnterpriseEmployee = 22,
+    UserServerEnterpriseEmployee = 23,
     /**鐢靛瓙绛� */
-    ElectronSignServerElectronSign = 23,
+    ElectronSignServerElectronSign = 24,
     /**鐢靛瓙绛� */
-    ToolServerSms = 24,
+    ToolServerSms = 25,
   }
 
   enum EnumResourceMethod {
@@ -1562,6 +1566,20 @@
     createdTimeEnd?: string;
   }
 
+  interface ExportPersonalUserTransactionEreceiptsCommand {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 鍒涘缓鏃堕棿-璧峰 */
+    createdTimeStart?: string;
+    /** 鍒涘缓鏃堕棿-鎴 */
+    createdTimeEnd?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浼佷笟閽卞寘Id */
+    enterpriseWalletId?: string;
+  }
+
   interface ExportTaskCheckReceiveTaskUsersCommand {
     /** 浠诲姟Id */
     id?: string;
@@ -1686,6 +1704,25 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: EnterpriseUserElectronSignCommandResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultFileContentResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: string;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -3967,6 +4004,8 @@
     checkOutTime?: string;
     checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 鎿嶄綔浜� */
+    checkOperator?: string;
+    /** 鎿嶄綔浜� */
     operator?: string;
     /** 鏈�杩戞彁浜ゆ椂闂� */
     lastSubmitTime?: string;
@@ -4122,6 +4161,8 @@
   interface GetCheckReceiveTaskUserSubmitQueryResult {
     /** 鎻愪氦Id */
     id?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
     enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
     /** 楠屾敹鏃堕棿 */
     date?: string;
@@ -4140,6 +4181,8 @@
     /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
     checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
     /** 楠屾敹鐓х墖 */
@@ -4194,6 +4237,8 @@
     /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
     checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
     /** 鎻愪氦鏃堕棿 */
@@ -5421,6 +5466,7 @@
     /** 鏄惁閫夋嫨锛堢敤鎴疯鑹叉巿鏉冿級 */
     isChecked?: boolean;
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 涓婄骇Id */
     parentId?: string;
@@ -6380,6 +6426,8 @@
     dataPower?: EnumRoleWebApiDataPower;
     /** 澶囨敞 */
     remark?: string;
+    /** 鐢ㄦ埛鏁� */
+    userCount?: number;
     /** 鑿滃崟Id */
     menuIds?: string[];
     /** 璧勬簮 */
@@ -6830,6 +6878,8 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
     /** 鏍稿畾宸ユ椂 */
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
@@ -8110,6 +8160,7 @@
 
   interface SaveMenuCommand {
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 涓婄骇Id */
     parentId?: string;
@@ -8323,6 +8374,8 @@
     billingMethod: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
     /** 鏍稿畾宸ユ椂 */
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
@@ -8865,6 +8918,8 @@
     remark?: string;
   }
 
+  type TestEventCommand = Record<string, any>;
+
   interface UpdateEnterpriseWeChatPayWalletBankAccountInfoCommand {
     /** 浼佷笟Id */
     enterpriseId?: string;

--
Gitblit v1.9.1