mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
24 lines
995 B
JavaScript
24 lines
995 B
JavaScript
import SystemController from './Controller/SystemController'
|
|
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,
|
|
DictionaryController,
|
|
CourseController,
|
|
SchoolInfoController,
|
|
StudentController,
|
|
SysUserController,
|
|
StudentClassController,
|
|
CourseTransStatsController,
|
|
StudentActionStatsController,
|
|
StudentActionTransController
|
|
}
|