项目结构
12114
└─ 28-lms-restaurant
├─ README.md
├─ app
│ ├─ common
│ │ └─ README.md
│ ├─ constant
│ │ ├─ README.md
│ │ ├─ constant.js
│ │ └─ error.js
│ ├─ controller
│ │ └─ README.md
│ ├─ public
│ │ ├─ README.md
│ │ ├─ js
│ │ │ ├─ Export2Excel.js
│ │ │ └─ xlsx.full.min.js
│ │ ├─ xlsx
│ │ │ ├─ Export2Excel.js
│ │ │ ├─ exceljs.min.js
│ │ │ ├─ exportExcel.js
│ │ │ └─ xlsx.full.min.js
│ │ └─ 餐厅导入模板.xlsx
│ ├─ service
│ │ ├─ README.md
│ │ ├─ restaurant.js
│ │ └─ semester.js
│ └─ view
│ ├─ component
│ │ └─ searchStudent.html
│ ├─ page
│ │ ├─ importRestaurantData.html
│ │ ├─ oneBatchStudentAllocation.html
│ │ ├─ restaurantManagement.html
│ │ ├─ semesterArchive.html
│ │ └─ twoBatchStudentAllocation.html
│ └─ pageDoc
│ └─ manual.md
├─ app.js
├─ config
│ ├─ config.default.js
│ ├─ config.local.example.js
│ ├─ config.prod.example.js
│ └─ plugin.js
├─ jsconfig.json
├─ package.json
└─ sql
├─ init.sql
└─ mock.sql