新增创建者名称
This commit is contained in:
@@ -11,6 +11,7 @@ type Api struct {
|
||||
userPatientManage // 患者管理
|
||||
caseManage // 病例管理
|
||||
orderPrescriptionManage // 处方管理
|
||||
inquiryManage // 问诊管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -59,3 +60,8 @@ type caseManage struct {
|
||||
type orderPrescriptionManage struct {
|
||||
OrderPrescription // 处方列表
|
||||
}
|
||||
|
||||
// 问诊管理
|
||||
type inquiryManage struct {
|
||||
Inquiry // 问诊管理
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user