# yygh
**Repository Path**: xylve/yygh
## Basic Information
- **Project Name**: yygh
- **Description**: 预约挂号管理系统
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-18
- **Last Updated**: 2024-01-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Java, Vue
## README
# 📚预约挂号管理系统项目文档
> 预约挂号管理系统
* 预约挂号管理系统通过在线预约的方式,提高挂号效率,提升患者的就医体验,优化医疗资源的分配。用户可以通过注册和登录功能,查看医院的科室和医生信息,选择合适的医生进行预约挂号。在预约的时间段内,用户可以取消或者修改预约。此外,用户还可以查看和管理自己的电子病历,并通过微信、支付宝等在线支付方式进行支付。
## 📋 目录结构
| 目录 | 说明 |
| -------------------------- | ---------------- |
| common/common_util | 通用工具类模块 |
| common/rabbit_util | 消息队列模块 |
| common/service_util | 业务工具类模块 |
| docs | 资源目录 |
| hospital-manage | 三方对接模块 |
| model | 项目模型类模块 |
| service/service_cmn | 数据字典模块 |
| service/service_hosp | 医院管理模块 |
| service_msm | 短信管理模块 |
| service/service_order | 订单管理模块 |
| service/service_oss | 阿里云OSS模块 |
| service/service_statistics | 统计管理模块 |
| service/service_task | 定时任务模块 |
| service/service_user | 用户管理模块 |
| service_client | 远程调用管理模块 |
| service_gateway | 网关管理模块 |
| vue-admin-template-master | 后台模块 |
| yygh-site | 用户模块 |
## ✨ 联系我:
## 📌 学习笔记
### 我的所有开源代码
https://gitee.com/xylve
## 📔 部分页面截图
| 说明 | 截图 |
| -------------------- | :----------------------------------------------------------: |
| 用户首页 |
|
| 用户登录页 | 
|
| 医院详情页 |
|
| 用户实名认证页 | 
|
| 就诊人管理列表页 |
|
| 就诊人管理添加编辑页 |
|
| 就诊人管理详情页 |
|
| 挂号订单列表页 |
|
| 挂号订单详情页 |
|
| 预约挂号页 |
|
| 订单确认页 | 
|
| 订单支付页 | 
|
| 微信扫码支付页 |
|
| 后台管理登录页 |
|
| 后台医院设置列表页 |
|
| 数据字典列表页 |
|
| 用户列表页 |
|
| 用户认证审批列表页 |
|
| 统计管理列表页 |
|
| 对接医院设置页 |
|
| 对接医院管理页 |
|
| 对接科室列表页 |
|
| 对接排版列表页 |
|
### 涉及表结构
| 序号 | 表名 | 描述 |
| ---- | ----------------- | -------------- |
| 1 | dict | 字典表 |
| 2 | hospital_set | 医院设置表 |
| 3 | order_info | 订单表 |
| 4 | patient | 就诊人表 |
| 5 | payment_info | 支付信息表 |
| 6 | refund_info | 退款信息表 |
| 7 | schedule | 医生日程安排表 |
| 8 | user_login_record | 用户登录记录表 |
### 涉及文档结构
| 序号 | 文档 | 描述 |
| ---- | ---------- | -------- |
| 1 | Hospital | 医院文档 |
| 2 | Department | 科室文档 |
| 3 | Schedule | 排班文档 |