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/contract.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/contract.go b/model/contract.go
index dbedb90..31b639b 100644
--- a/model/contract.go
+++ b/model/contract.go
@@ -15,6 +15,7 @@
 		Quotation   Quotation `json:"quotation" gorm:"foreignKey:QuotationId;references:Id"`
 		StatusId    int       `json:"statusId" gorm:"column:status_id;type:int;comment:鍚堝悓鐘舵��"`
 		File        string    `json:"file" gorm:"column:file;type:varchar(255);comment:鍚堝悓鏂囦欢"`
+		gorm.Model  `json:"-"`
 	}
 
 	ContractSearch struct {

--
Gitblit v1.8.0