From 876a44a82852df5845bf9105e80c98a051f863ff Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 17:55:20 +0800
Subject: [PATCH] feat: 1.3.0.2

---
 packages/services/apiV2/typings.d.ts |  655 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 606 insertions(+), 49 deletions(-)

diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 750820f..7f82d01 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -3,6 +3,33 @@
     [key: string]: any;
   }
 
+  interface AddEnterpriseEmployeeCommand {
+    /** 濮撳悕 */
+    name: string;
+    /** 韬唤璇佸彿 */
+    identity: string;
+    /** 鎵嬫満鍙� */
+    contactPhoneNumber: string;
+    gender?: EnumUserGender;
+    /** 骞撮緞 */
+    age?: number;
+    /** 韬唤璇佷汉鍍忛潰 */
+    identityImg?: string;
+    /** 韬唤璇佸浗寰介潰 */
+    identityBackImg?: string;
+    /** 鐢靛瓙鍚堝悓 */
+    contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
+  }
+
+  interface AgainSureTaskSettlementOrderRosterCommand {
+    /** 鍚嶅崟Id */
+    id?: string;
+  }
+
   interface APIcheckHealthParams {
     /** 鍋ュ悍鏍¢獙 */
     request?: CheckHealthQuery;
@@ -36,9 +63,25 @@
     code?: string;
   }
 
+  interface APIgetContractParamterSelectParams {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+  }
+
   interface APIgetContractTemplateParams {
     /** 妯℃澘Id */
     id?: string;
+  }
+
+  interface APIgetCooperationWalletRechargeTransactionParams {
+    /** 浜ゆ槗Id锛堢紪杈戞椂浼犲叆锛� */
+    id?: string;
+    /** 鍚堜綔Id锛堟柊澧炴椂浼犲叆锛� */
+    cooperationId?: string;
   }
 
   interface APIgetCurrentLogierMenuParams {
@@ -81,8 +124,8 @@
   }
 
   interface APIgetEnterpriseContractTemplateSelectParams {
-    /** 鏌ヨ浼佷笟鍚堝悓妯℃澘閫夋嫨鍣ㄦ暟鎹� */
-    request?: GetEnterpriseContractTemplateSelectQuery;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
   }
 
   interface APIgetEnterpriseElectronSignSettingParams {
@@ -107,14 +150,19 @@
     id?: string;
   }
 
+  interface APIgetEnterpriseReceiveAccountParams {
+    /** 鏌ヨ浼佷笟鏀舵璐︽埛 */
+    request?: GetEnterpriseReceiveAccountQuery;
+  }
+
   interface APIgetEnterpriseSmsSettingParams {
     /** Id */
     id?: string;
   }
 
   interface APIgetEnterpriseWalletAccessSelectParams {
-    /** 鏌ヨ宸茬绾︿紒涓氶挶鍖呴�氶亾閫夋嫨鍣ㄦ暟鎹� */
-    request?: GetEnterpriseWalletAccessSelectQuery;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
   }
 
   interface APIgetEnterpriseWalletExpandindirectOrderParams {
@@ -174,6 +222,8 @@
   interface APIgetMenusParams {
     /** 鐢ㄦ埛绫诲瀷 */
     userType?: EnumUserType;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: EnumEnterpriseType;
     /** 瀹㈡埛绔被鍨� */
     clientType?: EnumClientType;
     /** 瑙掕壊Id */
@@ -260,6 +310,8 @@
   interface APIgetTaskEnterpriseParams {
     /** 浼佷笟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
   }
 
   interface APIgetTaskInfoParams {
@@ -300,6 +352,8 @@
     userInfoId?: string;
     /** 鐢ㄦ埛绫诲瀷 */
     userType?: EnumUserType;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: EnumEnterpriseType;
     /** 瀹㈡埛绔被鍨� */
     clientType?: EnumClientType;
   }
@@ -489,6 +543,27 @@
     timeoutFee?: number;
   }
 
+  interface CalcTaskTotalServiceFeeCommand {
+    billingMethod?: EnumBillingMethod;
+    /** 鏈嶅姟璐� */
+    serviceFee?: number;
+    /** 鏍稿畾宸ユ椂 */
+    verifyWorkHours?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
+    /** 闇�姹備汉鏁� */
+    needPeopleNumber?: number;
+    /** 浠诲姟寮�濮嬫椂闂� */
+    beginTime?: string;
+    /** 浠诲姟缁撴潫鏃堕棿 */
+    endTime?: string;
+  }
+
+  interface CalcTaskTotalServiceFeeCommandResult {
+    /** 鏈嶅姟璐� */
+    totalServiceFee?: number;
+  }
+
   interface ChangePhoneNumberCommand {
     /** 鎵嬫満鍙风爜 */
     phoneNumber: string;
@@ -527,10 +602,6 @@
     taskInfoUserId?: string;
     /** 鏃ユ湡 */
     date?: string;
-    /** 绛惧埌鏃堕棿 */
-    checkInTime?: string;
-    /** 绛惧嚭鏃堕棿 */
-    checkOutTime?: string;
     /** 鏈嶅姟璐癸紙鍏冿級 */
     serviceFee?: number;
     /** 瓒呮椂锛堝皬鏃讹級 */
@@ -543,6 +614,7 @@
     remark?: string;
     /** 缁撶畻閲戦 */
     settlementAmount?: number;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
   }
 
@@ -598,6 +670,8 @@
   }
 
   interface EditEnterpriseEmployeeCommand {
+    /** Id */
+    id?: string;
     /** 濮撳悕 */
     name: string;
     /** 韬唤璇佸彿 */
@@ -611,8 +685,12 @@
     identityImg?: string;
     /** 韬唤璇佸浗寰介潰 */
     identityBackImg?: string;
-    /** Id */
-    id?: string;
+    /** 鐢靛瓙鍚堝悓 */
+    contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
   }
 
   interface EditTaskSettlementOrderRosterCommand {
@@ -811,6 +889,15 @@
     Completed = 20,
   }
 
+  enum EnumEnterpriseCooperationWalletTransactionStatus {
+    /**寰呯‘璁� */
+    WaitSure = 10,
+    /**宸插埌璐� */
+    Success = 20,
+    /**鏈埌璐� */
+    Fail = 30,
+  }
+
   enum EnumEnterpriseCostStatus {
     /**鎵h垂鎴愬姛 */
     Success = 10,
@@ -823,6 +910,13 @@
     SMS = 10,
     /**鐢靛瓙绛� */
     ElectronSign = 20,
+  }
+
+  enum EnumEnterpriseEmployeeSource {
+    /**鍐呴儴 */
+    Internal = 10,
+    /**澶栭儴 */
+    External = 20,
   }
 
   enum EnumEnterpriseRealMethod {
@@ -1059,42 +1153,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 = 22,
     /**鐏靛伐淇℃伅 */
-    UserServerEnterpriseEmployee = 21,
+    UserServerEnterpriseEmployee = 23,
     /**鐢靛瓙绛� */
-    ElectronSignServerElectronSign = 22,
+    ElectronSignServerElectronSign = 24,
     /**鐢靛瓙绛� */
-    ToolServerSms = 23,
+    ToolServerSms = 25,
   }
 
   enum EnumResourceMethod {
@@ -1152,6 +1250,15 @@
     Success = 20,
     /**鍙戦�佸け璐� */
     Fail = 30,
+  }
+
+  enum EnumTaskApplyStatus {
+    /**寰呭紑濮� */
+    Wait = 10,
+    /**杩涜涓� */
+    InProcess = 20,
+    /**宸茬粨鏉� */
+    End = 21,
   }
 
   enum EnumTaskCheckReceiveMethod {
@@ -1275,9 +1382,9 @@
     WaitSubmit = 10,
     /**寰呴獙鏀� */
     WaitCheckReceive = 20,
-    /**楠屾敹閫氳繃/宸茬鍒� */
+    /**楠屾敹閫氳繃 */
     Success = 30,
-    /**楠屾敹鏈�氳繃/鏈埌宀� */
+    /**楠屾敹鏈�氳繃 */
     Fail = 40,
   }
 
@@ -1494,6 +1601,20 @@
     createdTimeEnd?: string;
   }
 
+  interface ExportPersonalUserTransactionEreceiptsCommand {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 鍒涘缓鏃堕棿-璧峰 */
+    createdTimeStart?: string;
+    /** 鍒涘缓鏃堕棿-鎴 */
+    createdTimeEnd?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 浼佷笟閽卞寘Id */
+    enterpriseWalletId?: string;
+  }
+
   interface ExportTaskCheckReceiveTaskUsersCommand {
     /** 浠诲姟Id */
     id?: string;
@@ -1502,6 +1623,21 @@
   interface ExportTaskSettlementOrderRostersCommand {
     /** 缁撶畻璁㈠崟Id */
     id?: string;
+  }
+
+  interface ExportTaskSettlementOrdersCommand {
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 浠诲姟Id */
+    taskInfoId?: string;
+    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
+    settlementOrderStatus?: EnumTaskSettlementOrderStatus;
+    settlementStatus?: EnumTaskSettlementStatus;
+    checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    /** 缁撶畻鏃堕棿-璧峰 */
+    settlementTimeBegin?: string;
+    /** 缁撶畻鏃堕棿-鎴 */
+    settlementTimeEnd?: string;
   }
 
   interface FriendlyResultBatchEnterpriseSignContractCommandResult {
@@ -1577,6 +1713,24 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultCalcTaskTotalServiceFeeCommandResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: CalcTaskTotalServiceFeeCommandResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultEnterpriseUserElectronSignCommandResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1585,6 +1739,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;
     /** 閿欒淇℃伅 */
@@ -1829,6 +2002,60 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultGetCooperationWalletRechargeTransactionQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCooperationWalletRechargeTransactionQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetCooperationWalletRechargeTransactionsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCooperationWalletRechargeTransactionsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetCooperationWalletsQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetCooperationWalletsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultGetDbAuditLogsQueryResult {
     /** 璺熻釜Id */
     traceId?: string;
@@ -1963,6 +2190,24 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetEnterpriseQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseReceiveAccountQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseReceiveAccountQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -3781,21 +4026,35 @@
     /** 鏄惁瀹炲悕 */
     isReal?: boolean;
     realMethod?: EnumUserRealMethod;
-    /** 绛惧埌鏃堕棿 */
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
+    /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
-    /** 绛惧嚭鏃堕棿 */
+    /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
     /** 鏈�杩戞彁浜ゆ椂闂� */
     lastSubmitTime?: string;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
     submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
   }
 
   interface GetCheckReceiveTaskQueryResultObjectData {
     /** 渚涘簲鍟咺d */
     supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴璁㈠崟 */
+    isInternal?: boolean;
     /** 闇�姹備汉鏁� */
     needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
@@ -3809,6 +4068,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 浠诲姟寮�濮嬫椂闂� */
     beginTime?: string;
@@ -3818,7 +4079,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -3864,6 +4126,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 鍙戝竷鏃堕棿 */
     createdTime?: string;
@@ -3875,7 +4139,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -3926,20 +4191,55 @@
     checkTime?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
+    operatorType?: EnumUserType;
     type?: EnumTaskUserSubmitCheckHistoryType;
   }
 
   interface GetCheckReceiveTaskUserSubmitQueryResult {
     /** 鎻愪氦Id */
     id?: string;
+    /** 浠诲姟浜哄憳Id */
+    taskInfoUserId?: string;
     enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
     /** 楠屾敹鏃堕棿 */
     date?: string;
     /** 鎻愪氦鏃堕棿 */
     createdTime?: string;
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
+    /** 浜哄伐绛惧埌鏃堕棿 */
+    checkInTime?: string;
+    /** 浜哄伐绛惧嚭鏃堕棿 */
+    checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
+    /** 鎿嶄綔浜� */
+    operator?: string;
     /** 楠屾敹鐓х墖 */
     files?: string[];
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
+    /** 浠诲姟瓒呮椂鏈嶅姟璐瑰崟浠� */
+    timeoutServiceFee?: number;
+    /** 鏈嶅姟璐癸紙鍏冿級 */
+    serviceFee?: number;
+    /** 瓒呮椂锛堝皬鏃讹級 */
+    timeoutHours?: number;
+    /** 瓒呮椂璐圭敤锛堝厓锛� */
+    timeoutFee?: number;
+    /** 鍏朵粬璐圭敤锛堝厓锛� */
+    otherFee?: number;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 缁撶畻閲戦 */
+    settlementAmount?: number;
   }
 
   interface GetCheckReceiveTaskUserSubmitsQuery {
@@ -3962,10 +4262,20 @@
     id?: string;
     /** 楠屾敹鏃堕棿 */
     date?: string;
-    /** 绛惧埌鏃堕棿 */
+    /** 鐢ㄦ埛绛惧埌鏃堕棿 */
+    userCheckInTime?: string;
+    /** 鐢ㄦ埛绛惧嚭鏃堕棿 */
+    userCheckOutTime?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鐢ㄦ埛鎿嶄綔浜� */
+    userOperator?: string;
+    /** 浜哄伐绛惧埌鏃堕棿 */
     checkInTime?: string;
-    /** 绛惧嚭鏃堕棿 */
+    /** 浜哄伐绛惧嚭鏃堕棿 */
     checkOutTime?: string;
+    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
+    /** 鎿嶄綔浜� */
+    checkOperator?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
     /** 鎻愪氦鏃堕棿 */
@@ -3975,6 +4285,8 @@
     checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
     /** 楠屾敹鏃堕棿 */
     checkReceiveTime?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
   }
 
   interface GetCheckReceiveTaskUserSubmitsQueryResultObjectData {
@@ -4012,6 +4324,8 @@
     endTime?: string;
     /** 浠诲姟鍦扮偣鍚嶇О */
     addressName?: string;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
   }
 
   interface GetCodeUrlQueryResult {
@@ -4135,10 +4449,19 @@
     autoSignPowerAttorneyUrl?: string;
     /** 鍙橀噺 */
     values?: GetContractTemplateQueryResultValue[];
+    /** 鍙橀噺 */
+    customContents?: GetContractTemplateQueryResultCustomContent[];
     /** 鍒涘缓鎿嶄綔浜� */
     createdUserId?: string;
     /** 鏄惁浼佷笟鐢ㄦ埛鍒涘缓 */
     isEnterpriseUserCreated?: boolean;
+  }
+
+  interface GetContractTemplateQueryResultCustomContent {
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    /** 鍊� */
+    value?: string;
   }
 
   interface GetContractTemplateQueryResultValue {
@@ -4161,6 +4484,107 @@
     y?: number;
     /** 椤电爜 */
     page?: number;
+  }
+
+  interface GetCooperationWalletRechargeTransactionQueryResult {
+    /** 浜ゆ槗Id */
+    id?: string;
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 杩涜处鍗曚綅 */
+    receiveUnit?: string;
+    /** 寮�鎴峰悕绉� */
+    receiveName?: string;
+    /** 寮�鎴烽摱琛� */
+    receiveBank?: string;
+    /** 寮�鎴锋敮琛� */
+    receiveBankBranch?: string;
+    /** 寮�鎴疯处鍙� */
+    receiveAccount?: string;
+    /** 鍏呭�奸噾棰� */
+    amount?: number;
+    /** 鍏呭�兼椂闂� */
+    createdTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+    /** 鍑瘉 */
+    files?: string[];
+  }
+
+  interface GetCooperationWalletRechargeTransactionsQuery {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetCooperationWalletRechargeTransactionsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetCooperationWalletRechargeTransactionsQueryResultItem[];
+  }
+
+  interface GetCooperationWalletRechargeTransactionsQueryResultItem {
+    /** 浜ゆ槗Id */
+    id?: string;
+    /** 閽卞寘Id */
+    walletId?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
+    /** 鐢叉柟浼佷笟Id */
+    partyAEnterpriseId?: string;
+    /** 鐢叉柟浼佷笟鍚嶇О */
+    partyAEnterpriseName?: string;
+    /** 鐢叉柟浼佷笟缁熶竴绀句細淇$敤浠g爜 */
+    partyAEnterpriseSocietyCreditCode?: string;
+    /** 寮�鎴烽摱琛� */
+    receiveBank?: string;
+    /** 寮�鎴锋敮琛� */
+    receiveBankBranch?: string;
+    /** 寮�鎴疯处鍙� */
+    receiveAccount?: string;
+    /** 鍏呭�奸噾棰� */
+    amount?: number;
+    /** 鍏呭�兼椂闂� */
+    createdTime?: string;
+    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+  }
+
+  interface GetCooperationWalletsQuery {
+    pageModel?: PagedListQueryPageModel;
+  }
+
+  interface GetCooperationWalletsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetCooperationWalletsQueryResultItem[];
+  }
+
+  interface GetCooperationWalletsQueryResultItem {
+    /** 鍚堜綔Id */
+    id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
+    /** 渚涘簲鍟嗗紑鎴锋�昏 */
+    supplierEnterpriseBank?: string;
+    /** 渚涘簲鍟嗗紑鎴锋敮琛� */
+    supplierEnterpriseBankBranch?: string;
+    /** 渚涘簲鍟嗘埛鍙� */
+    supplierEnterpriseAccount?: string;
+    /** 鐢叉柟浼佷笟Id */
+    partyAEnterpriseId?: string;
+    /** 鐢叉柟浼佷笟鍚嶇О */
+    partyAEnterpriseName?: string;
+    /** 鐢叉柟浼佷笟缁熶竴绀句細淇$敤浠g爜 */
+    partyAEnterpriseSocietyCreditCode?: string;
+    /** 浣欓 */
+    balance?: number;
   }
 
   type GetCurrentLogierMenusQuery = Record<string, any>;
@@ -4355,8 +4779,6 @@
     content?: string[];
   }
 
-  type GetEnterpriseContractTemplateSelectQuery = Record<string, any>;
-
   interface GetEnterpriseContractTemplateSelectQueryOption {
     /** Id */
     id?: string;
@@ -4464,8 +4886,13 @@
     /** 绛剧害鏃堕棿-鏈�鏅氭椂闂� */
     signContractTimeEnd?: string;
     hireStatus?: EnumTaskUserHireStatus;
+    /** 瀹炲悕鏃堕棿-鏈�鏃╂椂闂� */
+    userRealTimeStart?: string;
+    /** 瀹炲悕鏃堕棿-鏈�鏅氭椂闂� */
+    userRealTimeEnd?: string;
     /** 鏄惁瀹炲悕 */
     isReal?: boolean;
+    source?: EnumEnterpriseEmployeeSource;
     userSignContractStatus?: EnumTaskUserSignContractStatus;
     enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
     signContractStatus?: EnumGetEnterpriseEmployeesQuerySignContractStatus;
@@ -4481,6 +4908,8 @@
   interface GetEnterpriseEmployeesQueryResultItem {
     /** 鐏靛伐Id */
     id?: string;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -4522,6 +4951,14 @@
     enterpriseSignContractTime?: string;
     /** 鐢靛瓙鍚堝悓 */
     contractUrl?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
+    source?: EnumEnterpriseEmployeeSource;
+    /** 鏉ユ簮鍚嶇О */
+    sourceName?: string;
+    /** 鍒涘缓鏃堕棿 */
     createdTime?: string;
   }
 
@@ -4537,6 +4974,8 @@
     gender?: EnumUserGender;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 浼佷笟鏄惁瀹炲悕 */
+    enterpriseIsReal?: boolean;
     /** 瑙掕壊 */
     roles?: string[];
     /** 鏄惁瀹炲悕 */
@@ -4584,6 +5023,19 @@
     taskCount?: number;
   }
 
+  type GetEnterpriseReceiveAccountQuery = Record<string, any>;
+
+  interface GetEnterpriseReceiveAccountQueryResult {
+    /** 寮�鎴峰悕绉� */
+    name?: string;
+    /** 寮�鎴锋�昏 */
+    bank?: string;
+    /** 寮�鎴锋敮琛� */
+    bankBranch?: string;
+    /** 鎴峰彿 */
+    account?: string;
+  }
+
   interface GetEnterpriseSmsSettingQueryResult {
     /** Id */
     id?: string;
@@ -4603,6 +5055,7 @@
   interface GetEnterprisesQueryResultItem {
     /** Id */
     id?: string;
+    type?: EnumEnterpriseType;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
     /** 娉曚汉濮撳悕 */
@@ -4624,8 +5077,6 @@
     /** 鏄惁宸查厤缃� */
     isConfigured?: boolean;
   }
-
-  type GetEnterpriseWalletAccessSelectQuery = Record<string, any>;
 
   interface GetEnterpriseWalletAccessSelectQueryOption {
     /** Id */
@@ -5065,6 +5516,7 @@
     /** 鏄惁閫夋嫨锛堢敤鎴疯鑹叉巿鏉冿級 */
     isChecked?: boolean;
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 涓婄骇Id */
     parentId?: string;
@@ -5354,7 +5806,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5366,6 +5819,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5410,7 +5865,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5422,6 +5878,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5459,7 +5917,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -5471,6 +5930,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5802,13 +6263,24 @@
     balance?: number;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
+    /** 渚涘簲鍟� */
+    supplierEnterpriseName?: string;
     /** 浠诲姟鍚嶇О */
     taskName?: string;
+    /** 浠诲姟鍗曞彿 */
+    taskCode?: string;
+    /** 缁撶畻鍗曞彿 */
+    settlementCode?: string;
+    settlementAccess?: EnumEnterpriseWalletAccess;
     /** 缁撶畻鍗曞悕绉� */
     settlementOrderName?: string;
     settlementStatus?: EnumTaskSettlementStatus;
+    settlementReceiveStatus?: SettlementReceiveStatus;
     /** 缁撶畻鏃堕棿 */
     settlementTime?: string;
+    settlementAuditStatus?: EnumTaskSettlementAuditStatus;
+    /** 瀹℃牳鏃堕棿 */
+    settlementAuditTime?: string;
     /** 浠樻浜鸿处鎴� */
     payerAccount?: string;
     /** 浠樻浜哄悕绉� */
@@ -6004,6 +6476,8 @@
     dataPower?: EnumRoleWebApiDataPower;
     /** 澶囨敞 */
     remark?: string;
+    /** 鐢ㄦ埛鏁� */
+    userCount?: number;
     /** 鑿滃崟Id */
     menuIds?: string[];
     /** 璧勬簮 */
@@ -6083,7 +6557,6 @@
     keywords?: string;
     /** 浠诲姟Id */
     taskInfoId?: string;
-    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     settlementStatus?: EnumTaskSettlementStatus;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
@@ -6091,6 +6564,8 @@
     settlementTimeBegin?: string;
     /** 缁撶畻鏃堕棿-鎴 */
     settlementTimeEnd?: string;
+    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
+    supplierPaymentStatus?: GetSettlementTasksQuerySupplierPaymentStatus;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -6118,6 +6593,10 @@
     /** 浠诲姟鍗曞彿 */
     code?: string;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
+    /** 缁撶畻鍗曞彿 */
+    settlementCode?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     /** 缁撶畻鍗曞悕绉� */
     settlementOrderName?: string;
@@ -6136,7 +6615,10 @@
     settlementRemark?: string;
     /** 缁撶畻浜烘暟 */
     settlementUserCount?: number;
+    settlementAccess?: EnumEnterpriseWalletAccess;
     auditStatus?: EnumTaskSettlementAuditStatus;
+    /** 鎿嶄綔浜� */
+    operator?: string;
   }
 
   interface GetSettlementTasksQueryResultObjectData {
@@ -6146,6 +6628,15 @@
     completedAuditCount?: number;
     /** 宸插彂鏀� */
     completedReleaseCount?: number;
+  }
+
+  enum GetSettlementTasksQuerySupplierPaymentStatus {
+    /**寰呯粨绠� */
+    WaitSettlement = 10,
+    /**宸茬粨绠� */
+    CompletedSettlement = 20,
+    /**宸插彂鏀� */
+    CompletedRelease = 30,
   }
 
   interface GetSettlementTaskUsersQueryResult {
@@ -6176,6 +6667,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementAccess?: EnumEnterpriseWalletAccess;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     /** 缁撶畻鍗曞悕绉� */
@@ -6387,6 +6880,8 @@
   interface GetTaskEnterpriseQueryResult {
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
     /** 缁熶竴绀句細淇$敤浠g爜 */
     societyCreditCode?: string;
     /** 鏄惁瀹炲悕 */
@@ -6433,10 +6928,14 @@
     billingMethod?: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
     /** 鏍稿畾宸ユ椂 */
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 缁撶畻鏃ユ湡 */
     settlementDate?: number;
@@ -6473,7 +6972,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -6585,6 +7085,8 @@
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle?: EnumSettlementCycle;
     /** 绂忓埄 */
     benefits?: GetTaskInfoQueryResultBenefit[];
@@ -6618,7 +7120,9 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    applyStatus?: EnumTaskApplyStatus;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -7122,6 +7626,10 @@
     contactPhoneNumber?: string;
     /** 韬唤璇佸彿 */
     identity?: string;
+    /** 鍗忚璧峰鏃堕棿 */
+    contractBegin?: string;
+    /** 鍗忚缁堟鏃堕棿 */
+    contractEnd?: string;
   }
 
   interface ImportTaskSettlementOrderRostersCommand {
@@ -7438,6 +7946,17 @@
     verifyCode: string;
   }
 
+  interface RechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 鏀舵璐︽埛 */
+    receiveAccount: string;
+    /** 閲戦 */
+    amount: number;
+    /** 鍑瘉 */
+    files: string[];
+  }
+
   interface RechargeEnterpriseWalletCommand {
     /** 浼佷笟Id */
     enterpriseId?: string;
@@ -7461,6 +7980,10 @@
   }
 
   type RepairContractTemplateValuePointBy1202Command = Record<string, any>;
+
+  type RepairEnterpriseEmployee1302Command = Record<string, any>;
+
+  type RepairTaskEstimatedServiceFee1301Command = Record<string, any>;
 
   interface ResendResourceCommand {
     /** 璧勬簮鏃ュ織Id */
@@ -7522,6 +8045,8 @@
     isAutoSign?: boolean;
     /** 鑷姩绛炬巿鏉冧功 */
     autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: string[];
     /** Id */
     id?: string;
   }
@@ -7641,6 +8166,15 @@
     status?: EnumEnterpriseCostStatus;
   }
 
+  interface SaveEnterpriseReceiveAccountCommand {
+    /** 寮�鎴锋�昏 */
+    bank?: string;
+    /** 寮�鎴锋敮琛� */
+    bankBranch?: string;
+    /** 鎴峰彿 */
+    account?: string;
+  }
+
   interface SaveFrontConsoleLogCommand {
     /** 璺熻釜Id */
     traceId?: string;
@@ -7682,6 +8216,7 @@
 
   interface SaveMenuCommand {
     userType?: EnumUserType;
+    enterpriseType?: EnumEnterpriseType;
     clientType?: EnumClientType;
     /** 涓婄骇Id */
     parentId?: string;
@@ -7781,6 +8316,8 @@
   }
 
   interface SavePartyAEnterpriseCommand {
+    /** Id */
+    id?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName: string;
     /** 娉曚汉濮撳悕 */
@@ -7819,8 +8356,6 @@
     password?: string;
     /** 鎿嶄綔瀵嗙爜锛堥�夊~ 濉簡灏辨敼涓嶅~灏变笉鏀癸級 */
     operatorPassword?: string;
-    /** Id */
-    id?: string;
   }
 
   interface SavePersonalUserBankCardCommand {
@@ -7895,10 +8430,14 @@
     billingMethod: EnumBillingMethod;
     /** 鏈嶅姟璐� */
     serviceFee?: number;
+    /** 棰勮鏈嶅姟璐� */
+    estimatedServiceFee?: number;
     /** 鏍稿畾宸ユ椂 */
     verifyWorkHours?: number;
     /** 瓒呮椂鏈嶅姟璐� */
     timeoutServiceFee?: number;
+    /** 鎬讳欢鏁� */
+    totalPieceQuantity?: number;
     settlementCycle: EnumSettlementCycle;
     /** 缁撶畻鏃ユ湡 */
     settlementDate: number;
@@ -7931,7 +8470,8 @@
     applyBeginTime?: string;
     /** 鎶ュ悕缁撴潫鏃堕棿 */
     applyEndTime?: string;
-    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
+    /** 楠屾敹鏂瑰紡 */
+    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
     paymentMethod?: EnumTaskPaymentMethod;
     settlementAccess?: EnumEnterpriseWalletAccess;
     /** 浠诲姟鎻忚堪 */
@@ -8285,14 +8825,29 @@
     taskInfoId?: string;
     /** 鏃ユ湡 */
     date?: string;
+    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
     /** 闄勪欢 */
     files?: string[];
+  }
+
+  interface SureRechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 浜ゆ槗Id */
+    id?: string;
+    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface SureTaskSettlementCommand {
     /** 浠诲姟Id */
     taskInfoId?: string;
+    /** 鎿嶄綔浠ょ墝 */
+    operatorToken?: string;
   }
+
+  type SyncContractTemplateParamterTo818Command = Record<string, any>;
 
   type SyncDatabaseCommand = Record<string, any>;
 
@@ -8419,6 +8974,8 @@
     remark?: string;
   }
 
+  type TestEventCommand = Record<string, any>;
+
   interface UpdateEnterpriseWeChatPayWalletBankAccountInfoCommand {
     /** 浼佷笟Id */
     enterpriseId?: string;

--
Gitblit v1.9.1