wupengfei
2 天以前 bfb3b8ead34656a6160dd23aaa4648dfc63e282c
packages/services/apiV2/index.ts
@@ -3,12 +3,12 @@
// API 更新时间:
// API 唯一标识:
import * as enterpriseEmployee from './enterpriseEmployee';
import * as user from './user';
import * as role from './role';
import * as taskCheckReceive from './taskCheckReceive';
import * as enterprise from './enterprise';
import * as task from './task';
import * as taskCheckReceive from './taskCheckReceive';
import * as dictionary from './dictionary';
import * as user from './user';
import * as userResume from './userResume';
import * as auth from './auth';
import * as resource from './resource';
@@ -16,12 +16,12 @@
import * as menu from './menu';
export default {
  enterpriseEmployee,
  user,
  role,
  taskCheckReceive,
  enterprise,
  task,
  taskCheckReceive,
  dictionary,
  user,
  userResume,
  auth,
  resource,