zhengyiming
3 天以前 b65d117cd956c2a60d531f36160ad044584e0bf4
packages/services/apiV2/index.ts
@@ -2,7 +2,9 @@
/* eslint-disable */
// API 更新时间:
// 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 dictionary from './dictionary';
@@ -11,10 +13,11 @@
import * as auth from './auth';
import * as resource from './resource';
import * as taskUser from './taskUser';
import * as enterpriseEmployee from './enterpriseEmployee';
import * as menu from './menu';
export default {
  enterpriseEmployee,
  role,
  taskCheckReceive,
  enterprise,
  task,
  dictionary,
@@ -23,6 +26,5 @@
  auth,
  resource,
  taskUser,
  enterpriseEmployee,
  menu,
};