2023-08-10 01:16:23 +08:00
|
|
|
import project from './project/index'
|
|
|
|
import dept from './dept/index'
|
|
|
|
import schedule from './schedule/index'
|
|
|
|
import quarterlyAssess from './quarterlyAssess/index'
|
|
|
|
import problemmodify from './problemmodify/index'
|
2023-08-11 22:16:15 +08:00
|
|
|
import workFile from './workFile/index'
|
2023-08-12 00:32:45 +08:00
|
|
|
import workTrain from './workTrain/index'
|
2023-08-10 01:16:23 +08:00
|
|
|
export default {
|
|
|
|
project,
|
|
|
|
dept,
|
|
|
|
schedule,
|
|
|
|
quarterlyAssess,
|
2023-08-11 22:16:15 +08:00
|
|
|
problemmodify,
|
2023-08-12 00:32:45 +08:00
|
|
|
workFile,
|
|
|
|
workTrain
|
2023-08-10 01:16:23 +08:00
|
|
|
}
|