From 2387b4051c095af26f158500596d21167955f971 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 17:39:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- model/request/salesRefund.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/salesRefund.go b/model/request/salesRefund.go index 5f54725..d8fd5b5 100644 --- a/model/request/salesRefund.go +++ b/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"` } -- Gitblit v1.8.0