wangpengfei
2023-08-15 2387b4051c095af26f158500596d21167955f971
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"`
}