From 6e9274c27ffc8fe7f41e2c3c06a239d4c3fb09e5 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 02 八月 2023 14:38:15 +0800
Subject: [PATCH] 增加服务回访单搜索条件

---
 docs/swagger.yaml |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 26faa50..606e0a6 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -21,6 +21,58 @@
     - SalesStatusFail
     - SalesStatusLevelUptoClient
     - SalesStatusLevelUptoClientAndSalesChance
+  constvar.ServiceContractKeywordType:
+    enum:
+    - 鏈嶅姟鍚堝悓缂栧彿
+    - 瀹㈡埛鍚嶇О
+    - 绛剧害鏃ユ湡
+    - 鍚堝悓绫诲瀷
+    - 鍚堝悓鐘舵��
+    - 璐熻矗浜�
+    - 浜у搧鍚嶇О
+    - 鏈嶅姟寮�濮嬫棩
+    - 鏈嶅姟鍒版湡鏃�
+    - 浠风◣鍚堣
+    type: string
+    x-enum-varnames:
+    - ServiceContractKeywordContractNo
+    - ServiceContractKeywordCustomerName
+    - ServiceContractKeywordContractDate
+    - ServiceContractKeywordContractType
+    - ServiceContractKeywordContractStatus
+    - ServiceContractKeywordPrincipal
+    - ServiceContractKeywordProductName
+    - ServiceContractKeywordServiceBeginDate
+    - ServiceContractKeywordServiceEndDate
+    - ServiceContractKeywordServiceTotalPrice
+  constvar.ServiceContractQueryClass:
+    enum:
+    - 30澶╁悗杩囨湡
+    - 60澶╁悗杩囨湡
+    - 宸茶繃鏈�15澶�
+    - 宸茶繃鏈�60澶�
+    type: string
+    x-enum-varnames:
+    - ServiceContractQueryClassExpireAfter30Day
+    - ServiceContractQueryClassExpireAfter60Day
+    - ServiceContractQueryClassExpiredBefore15Day
+    - ServiceContractQueryClassExpiredBefore60Day
+  constvar.ServiceFollowupKeywordType:
+    enum:
+    - 鍥炶鍗曠紪鍙�
+    - 瀹㈡埛鍚嶇О
+    - 鑱旂郴浜哄鍚�
+    - 瀹㈡埛鏈嶅姟鍗�
+    - 鍥炶浜�
+    - 婊℃剰搴�
+    type: string
+    x-enum-varnames:
+    - ServiceFollowupKeywordFollowupNo
+    - ServiceFollowupKeywordCustomerName
+    - ServiceFollowupKeywordContactName
+    - ServiceFollowupKeywordCustomerServiceNo
+    - ServiceFollowupKeywordVisitor
+    - ServiceFollowupKeywordSatisfactionDegree
   constvar.UserType:
     enum:
     - 1
@@ -2095,12 +2147,16 @@
     properties:
       keyword:
         type: string
+      keywordType:
+        $ref: '#/definitions/constvar.ServiceContractKeywordType'
       page:
         description: 椤电爜
         type: integer
       pageSize:
         description: 姣忛〉澶у皬
         type: integer
+      queryClass:
+        $ref: '#/definitions/constvar.ServiceContractQueryClass'
     type: object
   request.GetServiceFeeManageList:
     properties:
@@ -2117,6 +2173,8 @@
     properties:
       keyword:
         type: string
+      keywordType:
+        $ref: '#/definitions/constvar.ServiceFollowupKeywordType'
       page:
         description: 椤电爜
         type: integer

--
Gitblit v1.8.0