From 080d96d823e35144b9a2470000ea3733170c953f Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 12 十二月 2025 15:13:54 +0800
Subject: [PATCH] feat: 保险

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

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 522d40c..2dd6b34 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -2,21 +2,25 @@
 /* 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 electronSign from './electronSign';
 import * as resource from './resource';
 import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
 import * as taskCheckReceive from './taskCheckReceive';
-import * as electronSign from './electronSign';
 import * as userResume from './userResume';
 import * as auth from './auth';
 import * as taskUser from './taskUser';
+import * as enterpriseInsuranceProduct from './enterpriseInsuranceProduct';
+import * as eventUtils from './eventUtils';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
+import * as insuranceProduct from './insuranceProduct';
 import * as codeUrl from './codeUrl';
 import * as syncDatabase from './syncDatabase';
 import * as menu from './menu';
@@ -24,22 +28,27 @@
 import * as userWallet from './userWallet';
 import * as fileUtils from './fileUtils';
 import * as settings from './settings';
+import * as wxmpUtils from './wxmpUtils';
 export default {
+  enterprise,
   enterpriseEmployee,
   user,
   role,
   task,
   enterpriseWallet,
   ocrUtils,
-  enterprise,
+  electronSign,
   resource,
   logRecords,
   dictionary,
   taskCheckReceive,
-  electronSign,
   userResume,
   auth,
   taskUser,
+  enterpriseInsuranceProduct,
+  eventUtils,
+  enterpriseCooperationWallet,
+  insuranceProduct,
   codeUrl,
   syncDatabase,
   menu,
@@ -47,4 +56,5 @@
   userWallet,
   fileUtils,
   settings,
+  wxmpUtils,
 };

--
Gitblit v1.9.1