From 589191bfe2263228e20ae6de9f74badb7207b912 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 14:31:36 +0800 Subject: [PATCH] fix --- model/salesRefund.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/model/salesRefund.go b/model/salesRefund.go index e2540c4..8cf92ad 100644 --- a/model/salesRefund.go +++ b/model/salesRefund.go @@ -18,6 +18,7 @@ IsInvoice int `json:"isInvoice" gorm:"column:is_invoice;type:int;comment:鏄惁寮�绁�"` Reason string `json:"reason" gorm:"column:reason;type:varchar(255);comment:閫�娆惧師鍥�"` Products []Product `json:"products" gorm:"many2many:salesRefund_product;"` + gorm.Model `json:"-"` } SalesRefundSearch struct { -- Gitblit v1.8.0