| | |
| | | RefundDate string `json:"refundDate"` |
| | | PaymentTypeId int `gorm:"column:payment_type_id;type:int;not null;default 0;comment:收款方式ID" json:"paymentTypeId"` // 收款方式ID |
| | | BankAccountId int `gorm:"column:bank_account_id;type:int;not null;default 0;comment:账户id" json:"bankAccountId"` // 账户id |
| | | IsInvoice int `json:"isInvoice"` |
| | | IsInvoice string `json:"isInvoice"` |
| | | Reason string `json:"reason"` |
| | | Products []*model.Product `json:"products"` |
| | | } |
| | |
| | | |
| | | type GetSalesRefundList struct { |
| | | PageInfo |
| | | Keyword string `json:"keyword"` |
| | | Keyword string `json:"keyword"` |
| | | KeywordType constvar.SalesRefundKeywordType |
| | | } |