wupengfei
2 天以前 5ec8805b2728d9b98383f2b2cdb3298ac3864286
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// @ts-ignore
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as resource from './resource';
import * as user from './user';
import * as dictionary from './dictionary';
import * as auth from './auth';
import * as task from './task';
import * as enterprise from './enterprise';
import * as role from './role';
import * as menu from './menu';
export default {
  resource,
  user,
  dictionary,
  auth,
  task,
  enterprise,
  role,
  menu,
};