From 94a7350343f5b65ebbd5b327e48063014d39f021 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 11 八月 2025 10:44:08 +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 3671cc8..e33974b 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -2,6 +2,7 @@
/* eslint-disable */
// API 鏇存柊鏃堕棿锛�
// API 鍞竴鏍囪瘑锛�
+import * as userResume from './userResume';
import * as resource from './resource';
import * as user from './user';
import * as dictionary from './dictionary';
@@ -11,6 +12,7 @@
import * as role from './role';
import * as menu from './menu';
export default {
+ userResume,
resource,
user,
dictionary,
--
Gitblit v1.9.1