新增分比退款

This commit is contained in:
2024-02-19 17:13:19 +08:00
parent 478ac7a5a3
commit 35d63981ed
4 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ type GetOrderInquiryPage struct {
// CancelOrderInquiry 取消问诊订单
type CancelOrderInquiry struct {
CancelRemarks string `json:"cancel_remarks" form:"cancel_remarks" validate:"required" label:"取消订单备注"`
RefundAmount float64 `json:"refund_amount" form:"refund_amount" validate:"required" label:"退款金额"`
CancelRemarks string `json:"cancel_remarks" form:"cancel_remarks" validate:"required" label:"取消订单备注"`
}
// GetOrderInquiryRecordPage 获取问诊记录列表-分页