wupengfei
3 天以前 7343ef57056cbd1197240a58fabb785c84b39691
packages/services/apiV2/index.ts
@@ -6,13 +6,13 @@
import * as user from './user';
import * as role from './role';
import * as enterprise from './enterprise';
import * as resource from './resource';
import * as task from './task';
import * as ocrUtils from './ocrUtils';
import * as dictionary from './dictionary';
import * as userResume from './userResume';
import * as auth from './auth';
import * as taskCheckReceive from './taskCheckReceive';
import * as resource from './resource';
import * as taskUser from './taskUser';
import * as menu from './menu';
import * as fileUtils from './fileUtils';
@@ -21,13 +21,13 @@
  user,
  role,
  enterprise,
  resource,
  task,
  ocrUtils,
  dictionary,
  userResume,
  auth,
  taskCheckReceive,
  resource,
  taskUser,
  menu,
  fileUtils,