From d4bf53dd19a45ef09a367babcf7a2ac04ae1d08f Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 17 十月 2023 14:31:31 +0800
Subject: [PATCH] bug修改

---
 model/contract.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/contract.go b/model/contract.go
index e287473..93519c3 100644
--- a/model/contract.go
+++ b/model/contract.go
@@ -8,6 +8,7 @@
 type (
 	Contract struct {
 		Id                    int                   `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"`
+		ContractName          string                `json:"contractName" gorm:"column:contract_name;type:varchar(255);comment:鍚堝悓鍚嶇О"`
 		ClientId              int                   `json:"clientId" gorm:"column:client_id;type:int;comment:瀹㈡埛id"`
 		Client                Client                `json:"client" gorm:"foreignKey:ClientId"`
 		MemberId              int                   `json:"memberId" gorm:"column:member_id;type:int;comment:璐熻矗浜篿d"`

--
Gitblit v1.8.0