From 283a54070553e81a2e73d4b8b9ea1d717c2f512e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 三月 2024 10:08:59 +0800
Subject: [PATCH] 补充
---
model/request/serviceContract.go | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/model/request/serviceContract.go b/model/request/serviceContract.go
index dddcfd5..f3cb2fe 100644
--- a/model/request/serviceContract.go
+++ b/model/request/serviceContract.go
@@ -28,6 +28,7 @@
Products []*model.Product `json:"products"`
ServiceContractTypeId int `json:"serviceContractTypeId"`
ServiceContractStatusId int `json:"serviceContractStatusId"`
+ CodeStandID string `json:"codeStandID"` //缂栫爜id
}
type UpdateServiceContract struct {
@@ -37,9 +38,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