wupengfei
5 天以前 b89d6a0f58e3c4d7bd3704e007ea96c85a92d0a5
packages/services/apiV2/index.ts
@@ -2,21 +2,27 @@
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as userInfo from './userInfo';
import * as auth from './auth';
import * as dictionary from './dictionary';
import * as menu from './menu';
import * as userResume from './userResume';
import * as resource from './resource';
import * as role from './role';
import * as enterprise from './enterprise';
import * as enterpriseEmployee from './enterpriseEmployee';
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';
import * as menu from './menu';
export default {
  userInfo,
  auth,
  dictionary,
  menu,
  userResume,
  resource,
  role,
  enterprise,
  enterpriseEmployee,
  user,
  dictionary,
  auth,
  taskUser,
  task,
  enterprise,
  role,
  menu,
};