From 34ef7217a034599217a7fdd1e28e1ae6910e1b4b Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 11 十月 2023 20:15:21 +0800
Subject: [PATCH] 菜单获取编码规则

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

diff --git a/model/quotation.go b/model/quotation.go
index 091c34b..24257f4 100644
--- a/model/quotation.go
+++ b/model/quotation.go
@@ -24,6 +24,7 @@
 		Contact           Contact         `json:"contact" gorm:"foreignKey:ContactId"`
 		SaleChance        SaleChance      `json:"sale_chance" gorm:"foreignKey:SaleChanceId"`
 		Products          []Product       `json:"products" gorm:"many2many:quotation_product"`
+		CodeStandID       string          `json:"codeStandID" gorm:"column:code_stand_id;type:varchar(255);comment:缂栫爜id"`
 		gorm.Model        `json:"-"`
 	}
 

--
Gitblit v1.8.0