wupengfei
3 天以前 6e2f19df7ba33fcfea0af7c2c529c68414c101fb
packages/services/apiV2/index.ts
@@ -4,9 +4,9 @@
// API 唯一标识:
import * as enterpriseEmployee from './enterpriseEmployee';
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';
@@ -17,9 +17,9 @@
export default {
  enterpriseEmployee,
  role,
  taskCheckReceive,
  enterprise,
  task,
  taskCheckReceive,
  dictionary,
  user,
  userResume,