新增创建者名称

This commit is contained in:
2023-10-09 16:05:49 +08:00
parent af2374b87d
commit 35bb3f9f6d
4 changed files with 139 additions and 1 deletions
+6
View File
@@ -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 // 问诊管理
}