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

@ -176,6 +176,7 @@ func (a *afs) Refund(ctx context.Context, args ArgsAfsRefund) (err error) {
} }
type ArgsAfsCompensate struct { type ArgsAfsCompensate struct {
ApplyUserId uint `json:"applyUserId"`
AfsSn string `json:"afsSn"` AfsSn string `json:"afsSn"`
RefundFee decimal.Decimal `json:"refundFee"` RefundFee decimal.Decimal `json:"refundFee"`
Notes string `json:"notes"` Notes string `json:"notes"`

Loading…
Cancel
Save