新增了 医生健康包配置

This commit is contained in:
2024-06-05 10:57:44 +08:00
parent 1ad5c29520
commit 895a53b51c
11 changed files with 711 additions and 9 deletions
+3 -2
View File
@@ -70,8 +70,9 @@ type orderPrescriptionManage struct {
// 问诊管理
type inquiryManage struct {
InquiryConfig // 问诊配置
HealthPackage // 系统健康包配置
InquiryConfig // 问诊配置
HealthPackage // 系统健康包配置
DoctorConfigHealthPackage // 医生健康包配置
}
// ca管理