新增取消订单备注
This commit is contained in:
@@ -2,6 +2,7 @@ package requests
|
||||
|
||||
type OrderProductRequest struct {
|
||||
GetOrderProductPage // 获取药品订单列表-分页
|
||||
CancelOrderProduct // 取消药品订单
|
||||
}
|
||||
|
||||
// GetOrderProductPage 获取药品订单列表-分页
|
||||
@@ -29,3 +30,8 @@ type GetOrderProductPage struct {
|
||||
PatientName string `json:"patient_name" form:"patient_name" label:"患者姓名-就诊人"`
|
||||
Mobile string `json:"mobile" form:"mobile" label:"手机号-医生/患者"`
|
||||
}
|
||||
|
||||
// CancelOrderProduct 取消药品订单
|
||||
type CancelOrderProduct struct {
|
||||
CancelRemarks string `json:"cancel_remarks" form:"cancel_remarks" validate:"required" label:"取消订单备注"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user