feat: 新增甲方客户管理模块及配套功能

1. 新增甲方客户CRUD接口、前端页面与权限控制
2. 新增发货单管理模块,包含订单状态流转
3. 修复系统菜单名称乱码问题
4. 新增项目启动脚本与数据库初始化脚本
5. 新增相关实体类、Mapper、Service实现
6. 补充项目设计文档与忽略配置
This commit is contained in:
2026-06-09 21:44:31 +08:00
parent ef9584cdb9
commit bbddcb494d
26 changed files with 2084 additions and 0 deletions

6
.gitignore vendored
View File

@@ -23,6 +23,12 @@ logs/
# Spring Boot
*.pid
# Demo / sample projects
shipping_system/
# Design documents (internal)
doc/order_module_design/
# Docker local build artifacts
deploy/dist-ui/
deploy/ruoyi-admin.jar