数据结构
12114
└─ 22-lms-hostel├─ 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│ │ ├─ jsoneditor│ │ │ ├─ img│ │ │ │ └─ jsoneditor-icons.svg│ │ │ ├─ jsoneditor.css│ │ │ └─ jsoneditor.js│ │ ├─ xlsx│ │ │ ├─ Export2Excel.js│ │ │ ├─ exceljs.min.js│ │ │ ├─ exportExcel.js│ │ │ └─ xlsx.full.min.js│ │ ├─ 学生宿舍导入模板.xlsx│ │ └─ 职员宿舍导入模板.xlsx│ ├─ service│ │ ├─ README.md│ │ ├─ employeeHostel.js│ │ ├─ semester.js│ │ ├─ studentHostel.js│ │ └─ userGroupRole.js│ └─ view│ ├─ page│ │ ├─ employeeBedAllocation.html│ │ ├─ employeeHostelManagement.html│ │ ├─ importEmployeeHostelData.html│ │ ├─ importHostelData.html│ │ ├─ semesterArchive.html│ │ ├─ studentBedAllocation.html│ │ ├─ studentHostelManagement.html│ │ └─ userGroupRole.html│ └─ pageDoc│ └─ manual.md├─ app.js├─ config│ ├─ config.default.js│ ├─ config.env.example.js│ ├─ config.local.example.js│ ├─ config.local.js│ ├─ config.prod.example.js│ └─ plugin.js├─ jsconfig.json├─ package-lock.json├─ package.json└─ sql├─ init.sql└─ mock.sql