From 4a598a4d1289039928bab05e14dd5735ad219a0f Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 13 十月 2023 16:48:22 +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