commit:添加单体工程开源版本

This commit is contained in:
Jerry
2020-09-25 10:45:02 +08:00
parent 28ea2247f6
commit 53270e70f8
354 changed files with 40271 additions and 9 deletions

View 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
}