新增获取问诊最低价格

This commit is contained in:
2023-03-11 20:51:40 +08:00
parent 53d9e2072d
commit d8d30b9328
10 changed files with 122 additions and 10 deletions
+2
View File
@@ -22,6 +22,8 @@ class PatientOrderRequest extends FormRequest
"order_type", // 订单类型(1:问诊订单 2:药品订单)
"order_no"// 订单编号
],
'addPatientProductOrder' => [ // 创建药品订单
],
];
/**