commit:微服务uaa版本

This commit is contained in:
Jerry
2021-12-21 10:56:30 +08:00
parent 1c126f3188
commit 30ea113bf3
1254 changed files with 217496 additions and 0 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 StudentController from './Controller/StudentController.js';
import SysDeptController from './Controller/SysDeptController.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,
StudentController,
SysDeptController,
SysUserController,
StudentClassController,
CourseTransStatsController,
StudentActionStatsController,
StudentActionTransController
}