From e213f4fbc54d69a5c478a5c44857c0eb1a2a54ae Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 26 十二月 2025 09:18:50 +0800
Subject: [PATCH] feat: init

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

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 74abc28..10b88c6 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -14,11 +14,11 @@
 import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
 import * as taskCheckReceive from './taskCheckReceive';
+import * as taskUser from './taskUser';
 import * as standardOrder from './standardOrder';
 import * as standardService from './standardService';
 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';
@@ -45,11 +45,11 @@
   logRecords,
   dictionary,
   taskCheckReceive,
+  taskUser,
   standardOrder,
   standardService,
   userResume,
   auth,
-  taskUser,
   enterpriseInsuranceProduct,
   eventUtils,
   enterpriseCooperationWallet,

--
Gitblit v1.10.0