1
0
mirror of https://github.com/saysky/Hotel synced 2025-08-14 14:48:23 +08:00

Update README.md

This commit is contained in:
言曌
2020-04-12 11:24:47 +08:00
committed by GitHub
parent 1959c0aeeb
commit bfb5921b91

View File

@@ -1,9 +1,10 @@
# SpringBoot酒店管理系统
基于SpringBoot实现的酒店管理系统包括三种角色管理员、酒店工作人员、客户。
1. 管理员功能:客房管理、客房类型管理、酒店工作人员管理、其他所有权限
- 管理员功能:客房管理、客房类型管理、酒店工作人员管理、其他所有权限
- 酒店工作人员功能:客户管理、客房浏览查询、预定客房、查看所有订单列表、财务管理
- 客户功能:注册、登录、找回密码、客房浏览查询、预定客房、查看自己订单列表
详细介绍:[https://liuyanzhao.com/10308.html](https://liuyanzhao.com/10308.html)
## 技术组成
- SpringBoot