From 7ffcc41e597c5af4169e3e2ab809fdbf869c2154 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 18 七月 2023 16:08:47 +0800
Subject: [PATCH] add
---
model/salesDetails.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/model/salesDetails.go b/model/salesDetails.go
index ee8b04b..57ebed0 100644
--- a/model/salesDetails.go
+++ b/model/salesDetails.go
@@ -23,6 +23,7 @@
Conditions string `json:"conditions" gorm:"column:conditions;type:text;comment:鏉′欢"`
Remark string `json:"remark" gorm:"column:remark;type:text;comment:澶囨敞"`
Products []Product `json:"products" gorm:"many2many:salesDetails_product;"`
+ gorm.Model `json:"-"`
}
SalesDetailsSearch struct {
--
Gitblit v1.8.0