mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:添加单体工程开源版本
This commit is contained in:
25
orange-demo-single-web/src/api/index.js
Normal file
25
orange-demo-single-web/src/api/index.js
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user