From b932538cd4d2090ae82c790441002ad44b0da46a Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 13:37:02 +0800
Subject: [PATCH] add
---
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