From b45b8ce8051e2ad9c80aafa42d1a5892f6a36bce Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 15:27:44 +0800 Subject: [PATCH] 初始化一些表shuju --- 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