新增问诊管理-问诊配置-医生问诊配置-获取开启问诊配置医生列表-分页接口

This commit is contained in:
2023-10-13 10:48:13 +08:00
parent 62b58d0c7a
commit 43ae46ba15
8 changed files with 286 additions and 65 deletions
+1 -1
View File
@@ -63,5 +63,5 @@ type orderPrescriptionManage struct {
// 问诊管理
type inquiryManage struct {
Inquiry // 问诊管理
InquiryConfig // 问诊配置
}