项目结构
12114
└─ 08-lms-mentor├─ .autod.conf.js├─ README.md├─ app│ ├─ common│ │ └─ README.md│ ├─ constant│ │ ├─ README.md│ │ └─ error.js│ ├─ controller│ │ └─ README.md│ ├─ public│ │ └─ README.md│ ├─ service│ │ ├─ README.md│ │ ├─ appraisal.js│ │ └─ userGroupRole.js│ └─ view│ └─ page│ ├─ appraisalManagement.html│ ├─ appraisalSetting.html│ ├─ appraisalStudentManagementOfOneAppraisal.html│ ├─ appraisalView.html│ ├─ studentCommentList.html│ ├─ studentContactList.html│ ├─ studentEducationBackgroundList.html│ ├─ studentFinancialAidList.html│ ├─ studentGuardianList.html│ ├─ studentHometownList.html│ ├─ studentList.html│ ├─ studentLogisticsList.html│ ├─ studentNewStructureList.html│ └─ userGroupRole.html├─ app.js├─ config│ ├─ config.default.js│ ├─ config.env.example.js│ ├─ config.local.example.js│ ├─ config.local.js│ ├─ config.prod.example.js│ ├─ config.unittest.example.js│ └─ plugin.js├─ jsconfig.json├─ package-lock.json├─ package.json└─ sql├─ init.sql└─ mock.sql