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