From c6d19b35b74d020b3ca28d33101d8f1695e39945 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 13:49:25 +0800
Subject: [PATCH] ignore

---
 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