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