初始化
This commit is contained in:
34
docs/projects/xk-admin/modules/store.md
Normal file
34
docs/projects/xk-admin/modules/store.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# 门店管理模块
|
||||
|
||||
## 门店管理
|
||||
|
||||
| 模块 | 对应 API | 说明 |
|
||||
|------|----------|------|
|
||||
| 门店管理 | `store/*` | 门店 CRUD、审核 |
|
||||
| 门店预填 | `store-input/*` | 门店信息预填 |
|
||||
| 医生预填 | `doctor-input/*` | 医生入驻信息预填 |
|
||||
| 银行卡上报 | `store-bank-card-report/*` | 易票联银行卡上报 |
|
||||
|
||||
## 门店审核流程
|
||||
|
||||
```mermaid
|
||||
graph TB
|
||||
A[门店提交入驻] --> B[管理员审核]
|
||||
B -->|通过| C[创建门店]
|
||||
B -->|拒绝| D[退回修改]
|
||||
C --> E[门店生效]
|
||||
```
|
||||
|
||||
## 门店类型
|
||||
|
||||
| 类型 | 值 | 说明 |
|
||||
|------|-----|------|
|
||||
| 诊所 | 0 | 中医/西医诊所 |
|
||||
| 药店 | 1 | 药品零售店 |
|
||||
|
||||
## 诊所类型
|
||||
|
||||
| 类型 | 值 | 说明 |
|
||||
|------|-----|------|
|
||||
| 西医 | 1 | 西医诊所 |
|
||||
| 中医 | 2 | 中医诊所 |
|
||||
Reference in New Issue
Block a user