From 922f5e417bc784f35b907a8c3afc176ba3f04bbc Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 05 十一月 2025 17:35:33 +0800
Subject: [PATCH] fix: s

---
 packages/services/apiV2/typings.d.ts |  300 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 290 insertions(+), 10 deletions(-)

diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 1e9379a..387657b 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -41,9 +41,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 {
@@ -86,8 +102,8 @@
   }
 
   interface APIgetEnterpriseContractTemplateSelectParams {
-    /** 鏌ヨ浼佷笟鍚堝悓妯℃澘閫夋嫨鍣ㄦ暟鎹� */
-    request?: GetEnterpriseContractTemplateSelectQuery;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
   }
 
   interface APIgetEnterpriseElectronSignSettingParams {
@@ -110,6 +126,11 @@
   interface APIgetEnterpriseParams {
     /** Id */
     id?: string;
+  }
+
+  interface APIgetEnterpriseReceiveAccountParams {
+    /** 鏌ヨ浼佷笟鏀舵璐︽埛 */
+    request?: GetEnterpriseReceiveAccountQuery;
   }
 
   interface APIgetEnterpriseSmsSettingParams {
@@ -265,6 +286,8 @@
   interface APIgetTaskEnterpriseParams {
     /** 浼佷笟Id */
     id?: string;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
   }
 
   interface APIgetTaskInfoParams {
@@ -305,6 +328,8 @@
     userInfoId?: string;
     /** 鐢ㄦ埛绫诲瀷 */
     userType?: EnumUserType;
+    /** 浼佷笟绫诲瀷 */
+    enterpriseType?: EnumEnterpriseType;
     /** 瀹㈡埛绔被鍨� */
     clientType?: EnumClientType;
   }
@@ -816,6 +841,15 @@
     Completed = 20,
   }
 
+  enum EnumEnterpriseCooperationWalletTransactionStatus {
+    /**寰呯‘璁� */
+    WaitSure = 10,
+    /**宸插埌璐� */
+    Success = 20,
+    /**鏈埌璐� */
+    Fail = 30,
+  }
+
   enum EnumEnterpriseCostStatus {
     /**鎵h垂鎴愬姛 */
     Success = 10,
@@ -1094,12 +1128,14 @@
     UserServerEnterprise = 19,
     /**浼佷笟閽卞寘 */
     UserServerEnterpriseWallet = 20,
+    /**浼佷笟鍚堜綔閽卞寘 */
+    UserServerEnterpriseCooperationWallet = 21,
     /**鐏靛伐淇℃伅 */
-    UserServerEnterpriseEmployee = 21,
+    UserServerEnterpriseEmployee = 22,
     /**鐢靛瓙绛� */
-    ElectronSignServerElectronSign = 22,
+    ElectronSignServerElectronSign = 23,
     /**鐢靛瓙绛� */
-    ToolServerSms = 23,
+    ToolServerSms = 24,
   }
 
   enum EnumResourceMethod {
@@ -1858,6 +1894,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;
@@ -1992,6 +2082,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;
     /** 閿欒淇℃伅 */
@@ -4164,10 +4272,19 @@
     autoSignPowerAttorneyUrl?: string;
     /** 鍙橀噺 */
     values?: GetContractTemplateQueryResultValue[];
+    /** 鍙橀噺 */
+    customContents?: GetContractTemplateQueryResultCustomContent[];
     /** 鍒涘缓鎿嶄綔浜� */
     createdUserId?: string;
     /** 鏄惁浼佷笟鐢ㄦ埛鍒涘缓 */
     isEnterpriseUserCreated?: boolean;
+  }
+
+  interface GetContractTemplateQueryResultCustomContent {
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    /** 鍊� */
+    value?: string;
   }
 
   interface GetContractTemplateQueryResultValue {
@@ -4190,6 +4307,105 @@
     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;
+    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>;
@@ -4384,8 +4600,6 @@
     content?: string[];
   }
 
-  type GetEnterpriseContractTemplateSelectQuery = Record<string, any>;
-
   interface GetEnterpriseContractTemplateSelectQueryOption {
     /** Id */
     id?: string;
@@ -4510,6 +4724,8 @@
   interface GetEnterpriseEmployeesQueryResultItem {
     /** 鐏靛伐Id */
     id?: string;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
     /** 澶村儚 */
     avatar?: string;
     /** 濮撳悕 */
@@ -4566,6 +4782,8 @@
     gender?: EnumUserGender;
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 浼佷笟鏄惁瀹炲悕 */
+    enterpriseIsReal?: boolean;
     /** 瑙掕壊 */
     roles?: string[];
     /** 鏄惁瀹炲悕 */
@@ -4611,6 +4829,19 @@
     userName?: string;
     /** 鍦ㄦ嫑宀椾綅鏁伴噺 */
     taskCount?: number;
+  }
+
+  type GetEnterpriseReceiveAccountQuery = Record<string, any>;
+
+  interface GetEnterpriseReceiveAccountQueryResult {
+    /** 寮�鎴峰悕绉� */
+    name?: string;
+    /** 寮�鎴锋�昏 */
+    bank?: string;
+    /** 寮�鎴锋敮琛� */
+    bankBranch?: string;
+    /** 鎴峰彿 */
+    account?: string;
   }
 
   interface GetEnterpriseSmsSettingQueryResult {
@@ -5842,6 +6073,7 @@
     /** 缁撶畻鍗曞悕绉� */
     settlementOrderName?: string;
     settlementStatus?: EnumTaskSettlementStatus;
+    settlementReceiveStatus?: SettlementReceiveStatus;
     /** 缁撶畻鏃堕棿 */
     settlementTime?: string;
     /** 浠樻浜鸿处鎴� */
@@ -6118,7 +6350,6 @@
     keywords?: string;
     /** 浠诲姟Id */
     taskInfoId?: string;
-    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
     settlementOrderStatus?: EnumTaskSettlementOrderStatus;
     settlementStatus?: EnumTaskSettlementStatus;
     checkReceiveStatus?: EnumTaskCheckReceiveStatus;
@@ -6126,6 +6357,8 @@
     settlementTimeBegin?: string;
     /** 缁撶畻鏃堕棿-鎴 */
     settlementTimeEnd?: string;
+    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
+    supplierPaymentStatus?: GetSettlementTasksQuerySupplierPaymentStatus;
     pageModel?: PagedListQueryPageModel;
   }
 
@@ -6186,6 +6419,15 @@
     completedAuditCount?: number;
     /** 宸插彂鏀� */
     completedReleaseCount?: number;
+  }
+
+  enum GetSettlementTasksQuerySupplierPaymentStatus {
+    /**寰呯粨绠� */
+    WaitSettlement = 10,
+    /**宸茬粨绠� */
+    CompletedSettlement = 20,
+    /**宸插彂鏀� */
+    CompletedRelease = 30,
   }
 
   interface GetSettlementTaskUsersQueryResult {
@@ -6427,6 +6669,8 @@
   interface GetTaskEnterpriseQueryResult {
     /** 浼佷笟鍏ㄧО */
     enterpriseName?: string;
+    /** 渚涘簲鍟嗗悕绉� */
+    supplierEnterpriseName?: string;
     /** 缁熶竴绀句細淇$敤浠g爜 */
     societyCreditCode?: string;
     /** 鏄惁瀹炲悕 */
@@ -7479,6 +7723,17 @@
     verifyCode: string;
   }
 
+  interface RechargeCooperationWalletCommand {
+    /** 鍚堜綔Id */
+    cooperationId?: string;
+    /** 鏀舵璐︽埛 */
+    receiveAccount: string;
+    /** 閲戦 */
+    amount: number;
+    /** 鍑瘉 */
+    files: string[];
+  }
+
   interface RechargeEnterpriseWalletCommand {
     /** 浼佷笟Id */
     enterpriseId?: string;
@@ -7563,6 +7818,8 @@
     isAutoSign?: boolean;
     /** 鑷姩绛炬巿鏉冧功 */
     autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: string[];
     /** Id */
     id?: string;
   }
@@ -7680,6 +7937,15 @@
     /** 鐏靛伐鍚堝悓Id */
     enterpriseEmployeeContractId?: string;
     status?: EnumEnterpriseCostStatus;
+  }
+
+  interface SaveEnterpriseReceiveAccountCommand {
+    /** 寮�鎴锋�昏 */
+    bank?: string;
+    /** 寮�鎴锋敮琛� */
+    bankBranch?: string;
+    /** 鎴峰彿 */
+    account?: string;
   }
 
   interface SaveFrontConsoleLogCommand {
@@ -7822,6 +8088,8 @@
   }
 
   interface SavePartyAEnterpriseCommand {
+    /** Id */
+    id?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName: string;
     /** 娉曚汉濮撳悕 */
@@ -7860,8 +8128,6 @@
     password?: string;
     /** 鎿嶄綔瀵嗙爜锛堥�夊~ 濉簡灏辨敼涓嶅~灏变笉鏀癸級 */
     operatorPassword?: string;
-    /** Id */
-    id?: string;
   }
 
   interface SavePersonalUserBankCardCommand {
@@ -8330,11 +8596,25 @@
     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>;
 
   interface SyncElectronSignSettingsCommand {

--
Gitblit v1.9.1