增加导出
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user