新增获取医生提现列表-分页
This commit is contained in:
@@ -13,6 +13,7 @@ type Api struct {
|
||||
orderPrescriptionManage // 处方管理
|
||||
inquiryManage // 问诊管理
|
||||
caManage // ca管理
|
||||
financeManage // 财务管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -71,3 +72,8 @@ type inquiryManage struct {
|
||||
type caManage struct {
|
||||
UserCaCert // 证书
|
||||
}
|
||||
|
||||
// 财务管理
|
||||
type financeManage struct {
|
||||
DoctorWithdrawal // 提现记录
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user