From 115bd9b51f5d8eade4658f844de37516486c60e7 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 18 十一月 2023 17:25:25 +0800
Subject: [PATCH] crm获取aps项目模块信息

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

diff --git a/model/salesDetails.go b/model/salesDetails.go
index d45be06..5ae20b0 100644
--- a/model/salesDetails.go
+++ b/model/salesDetails.go
@@ -45,6 +45,7 @@
 		Quotation           Quotation                   `json:"quotation" gorm:"foreignKey:QuotationId"`
 		Status              constvar.SalesDetailsStatus `json:"status" gorm:"column:status;type:int;comment:鐘舵��"`
 		Source              string                      `json:"source" gorm:"column:source;type:varchar(255);comment:璁㈠崟鏉ユ簮"`
+		ProjectId           string                      `json:"projectId" gorm:"column:project_id;type:varchar(255);comment:aps椤圭洰id"`
 		CrmModel
 	}
 

--
Gitblit v1.8.0