新增药品订单列表

This commit is contained in:
2023-09-07 14:37:01 +08:00
parent 654c0fed05
commit e82932ab53
8 changed files with 595 additions and 8 deletions
+1
View File
@@ -36,4 +36,5 @@ type basic struct {
// 订单管理
type order struct {
OrderInquiry // 问诊订单
OrderProduct // 药品订单
}