获取药品订单列表-分页1

This commit is contained in:
2024-05-21 11:27:34 +08:00
parent ebdc4142c3
commit deb9a25f97
3 changed files with 27 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@ type GetOrderProductPage struct {
ConsigneeTel string `json:"consignee_tel" form:"cancel_reason" label:"收货人电话"`
PatientName string `json:"patient_name" form:"patient_name" label:"患者姓名-就诊人"`
Mobile string `json:"mobile" form:"mobile" label:"手机号-医生/患者"`
ProductName string `json:"product_name" form:"product_name" label:"药品名称"`
CommonName string `json:"common_name" form:"common_name" label:"药品通用名"`
}
// CancelOrderProduct 取消药品订单