From 17aaed743ab7a3520ec8eb9e4ab7c776ca807cdd Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 12 十月 2023 20:43:16 +0800
Subject: [PATCH] bug修改

---
 model/request/serviceContract.go |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/model/request/serviceContract.go b/model/request/serviceContract.go
index 422983d..a8ea3b5 100644
--- a/model/request/serviceContract.go
+++ b/model/request/serviceContract.go
@@ -40,9 +40,13 @@
 
 type GetServiceContractList struct {
 	PageInfo
-	QueryClass  constvar.ServiceContractQueryClass  `json:"queryClass"`
-	KeywordType constvar.ServiceContractKeywordType `json:"keywordType"`
-	Keyword     string                              `json:"keyword"`
+	QueryClass     constvar.ServiceContractQueryClass  `json:"queryClass"`
+	KeywordType    constvar.ServiceContractKeywordType `json:"keywordType"`
+	Keyword        string                              `json:"keyword"`
+	SalesDetailsId int                                 `json:"salesDetailsId"` //鍚堝悓璁㈠崟id
+	QuotationId    int                                 `json:"quotationId"`    //鎶ヤ环鍗昳d
+	SaleChanceId   int                                 `json:"saleChanceId"`   //閿�鍞満浼歩d
+	ContactId      int                                 `json:"contactId"`      //鑱旂郴浜篿d
 }
 
 type DeleteServiceContract struct {

--
Gitblit v1.8.0