From bd000e6f03f650cf184f404d63356e9eddf57425 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 12 八月 2025 13:13:41 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

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

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index e33974b..110baef 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -7,6 +7,7 @@
 import * as user from './user';
 import * as dictionary from './dictionary';
 import * as auth from './auth';
+import * as taskUser from './taskUser';
 import * as task from './task';
 import * as enterprise from './enterprise';
 import * as role from './role';
@@ -17,6 +18,7 @@
   user,
   dictionary,
   auth,
+  taskUser,
   task,
   enterprise,
   role,

--
Gitblit v1.9.1