zhangqian
2023-08-15 2c53a4e2c7ededc1f07324d797430e8d4a0607a1
model/request/salesRefund.go
@@ -18,7 +18,7 @@
   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"`
}
@@ -30,5 +30,6 @@
type GetSalesRefundList struct {
   PageInfo
   Keyword string `json:"keyword"`
   Keyword     string `json:"keyword"`
   KeywordType constvar.SalesRefundKeywordType
}