新增:获取服务包订单列表-分页

This commit is contained in:
2024-05-24 10:20:17 +08:00
parent 22e50153de
commit 626542394d
18 changed files with 1034 additions and 3 deletions
+4 -3
View File
@@ -45,9 +45,10 @@ type basic struct {
// 订单管理
type order struct {
Order // 订单
OrderInquiry // 问诊订单
OrderProduct // 药品订单
Order // 订单
OrderInquiry // 问诊订单
OrderProduct // 药品订单
OrderServicePackage // 服务包订单
}
// 患者管理