feat(api): 添加百色中学和诊所相关API接口

- 新增百色中学报名记录相关接口和数据模型
- 新增百色中学分部、班级、年代、年级管理接口
- 新增百色中学捐款记录和排行相关接口
- 新增诊所挂号和医生入驻申请接口
- 添加相应的数据传输对象和搜索参数模型
- 实现分页查询、增删改查等基础操作接口
- 集成请求处理和错误处理机制
This commit is contained in:
2026-01-07 14:44:06 +08:00
parent 424e5641bb
commit d32fd4f711
459 changed files with 79443 additions and 1460 deletions

View File

@@ -55,6 +55,11 @@ export const routes = [
component: () => import('@/views/passport/merchant/success.vue'),
meta: { title: '申请提交成功' }
},
{
path: '/led',
component: () => import('@/views/led/index.vue'),
meta: { title: '医生出诊信息表' }
},
// {
// path: '/forget',
// component: () => import('@/views/passport/forget/index.vue'),