zhengyiming
2025-08-08 2b7fccce78fe4d57d73f4cf350cbe16b75a72fd4
packages/services/apiV2/index.ts
@@ -3,18 +3,20 @@
// API 更新时间:
// API 唯一标识:
import * as dictionary from './dictionary';
import * as auth from './auth';
import * as enterprise from './enterprise';
import * as menu from './menu';
import * as resource from './resource';
import * as enterprise from './enterprise';
import * as task from './task';
import * as auth from './auth';
import * as user from './user';
import * as role from './role';
import * as userInfo from './userInfo';
import * as resource from './resource';
export default {
  dictionary,
  auth,
  enterprise,
  menu,
  resource,
  enterprise,
  task,
  auth,
  user,
  role,
  userInfo,
  resource,
};