feat(工单系统): 实现完整的工单管理功能

添加工单系统核心功能,包括:
- 工单模型及相关API接口
- 故障分类管理
- 工单操作记录
- 前端工单管理页面
- 统计报表功能
- 测试框架支持

后端新增工单相关路由和模型,前端添加工单管理界面和统计报表
This commit is contained in:
zhang1106
2025-12-25 16:49:00 +08:00
parent a911d02999
commit bfb789dfd9
17 changed files with 9230 additions and 23 deletions
+3 -1
View File
@@ -24,6 +24,8 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^3.0.1"
"jest": "^30.2.0",
"nodemon": "^3.0.1",
"supertest": "^7.1.4"
}
}