增加导出

This commit is contained in:
2023-11-09 17:06:12 +08:00
parent d68093c242
commit b0db2dd29a
7 changed files with 348 additions and 5 deletions
+6
View File
@@ -14,6 +14,7 @@ type Api struct {
inquiryManage // 问诊管理
caManage // ca管理
financeManage // 财务管理
exportManage // 导出管理
}
// SysSetting 系统设置
@@ -78,3 +79,8 @@ type caManage struct {
type financeManage struct {
DoctorWithdrawal // 提现记录
}
// 导出管理
type exportManage struct {
Export
}