Files
orange-admin/orange-demo-single-web/src/api/index.js
2020-09-25 10:45:02 +08:00

26 lines
1.1 KiB
JavaScript

import SystemController from './Controller/SystemController'
import SysDataPermController from './Controller/SysDataPermController'
import DictionaryController from './Controller/DictionaryController'
import CourseController from './Controller/CourseController.js'
import SchoolInfoController from './Controller/SchoolInfoController.js'
import StudentController from './Controller/StudentController.js'
import SysUserController from './Controller/SysUserController.js'
import StudentClassController from './Controller/StudentClassController.js'
import CourseTransStatsController from './Controller/CourseTransStatsController.js'
import StudentActionStatsController from './Controller/StudentActionStatsController.js'
import StudentActionTransController from './Controller/StudentActionTransController.js'
export {
SystemController,
SysDataPermController,
DictionaryController,
CourseController,
SchoolInfoController,
StudentController,
SysUserController,
StudentClassController,
CourseTransStatsController,
StudentActionStatsController,
StudentActionTransController
}