项目结构

12114
  1. └─ 08-lms-mentor
  2. ├─ .autod.conf.js
  3. ├─ README.md
  4. ├─ app
  5. ├─ common
  6. └─ README.md
  7. ├─ constant
  8. ├─ README.md
  9. └─ error.js
  10. ├─ controller
  11. └─ README.md
  12. ├─ public
  13. └─ README.md
  14. ├─ service
  15. ├─ README.md
  16. ├─ appraisal.js
  17. └─ userGroupRole.js
  18. └─ view
  19. └─ page
  20. ├─ appraisalManagement.html
  21. ├─ appraisalSetting.html
  22. ├─ appraisalStudentManagementOfOneAppraisal.html
  23. ├─ appraisalView.html
  24. ├─ studentCommentList.html
  25. ├─ studentContactList.html
  26. ├─ studentEducationBackgroundList.html
  27. ├─ studentFinancialAidList.html
  28. ├─ studentGuardianList.html
  29. ├─ studentHometownList.html
  30. ├─ studentList.html
  31. ├─ studentLogisticsList.html
  32. ├─ studentNewStructureList.html
  33. └─ userGroupRole.html
  34. ├─ app.js
  35. ├─ config
  36. ├─ config.default.js
  37. ├─ config.env.example.js
  38. ├─ config.local.example.js
  39. ├─ config.local.js
  40. ├─ config.prod.example.js
  41. ├─ config.unittest.example.js
  42. └─ plugin.js
  43. ├─ jsconfig.json
  44. ├─ package-lock.json
  45. ├─ package.json
  46. └─ sql
  47. ├─ init.sql
  48. └─ mock.sql