From a8d7d415e4638fd9472b801234ac780678997486 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 十一月 2025 14:04:16 +0800
Subject: [PATCH] fix: bug

---
 packages/services/apiV2/index.ts |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 522d40c..20f31ac 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -2,14 +2,15 @@
 /* eslint-disable */
 // API 鏇存柊鏃堕棿锛�
 // API 鍞竴鏍囪瘑锛�
+import * as enterprise from './enterprise';
 import * as enterpriseEmployee from './enterpriseEmployee';
 import * as user from './user';
 import * as role from './role';
 import * as task from './task';
 import * as enterpriseWallet from './enterpriseWallet';
 import * as ocrUtils from './ocrUtils';
-import * as enterprise from './enterprise';
 import * as resource from './resource';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
 import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
 import * as taskCheckReceive from './taskCheckReceive';
@@ -25,14 +26,15 @@
 import * as fileUtils from './fileUtils';
 import * as settings from './settings';
 export default {
+  enterprise,
   enterpriseEmployee,
   user,
   role,
   task,
   enterpriseWallet,
   ocrUtils,
-  enterprise,
   resource,
+  enterpriseCooperationWallet,
   logRecords,
   dictionary,
   taskCheckReceive,

--
Gitblit v1.9.1