finance
黄伟 2 years ago
parent 77542de578
commit 40663ccfbc

@ -176,9 +176,10 @@ func (a *afs) Refund(ctx context.Context, args ArgsAfsRefund) (err error) {
} }
type ArgsAfsCompensate struct { type ArgsAfsCompensate struct {
AfsSn string `json:"afsSn"` ApplyUserId uint `json:"applyUserId"`
RefundFee decimal.Decimal `json:"refundFee"` AfsSn string `json:"afsSn"`
Notes string `json:"notes"` RefundFee decimal.Decimal `json:"refundFee"`
Notes string `json:"notes"`
} }
// Compensate @Title 订单赔偿 // Compensate @Title 订单赔偿

Loading…
Cancel
Save