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

---
 docs/docs.go |   70 +++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index ba26073..827d7ce 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -7102,6 +7102,67 @@
                 "SalesStatusLevelUptoClientAndSalesChance"
             ]
         },
+        "constvar.ServiceContractKeywordType": {
+            "type": "string",
+            "enum": [
+                "鏈嶅姟鍚堝悓缂栧彿",
+                "瀹㈡埛鍚嶇О",
+                "绛剧害鏃ユ湡",
+                "鍚堝悓绫诲瀷",
+                "鍚堝悓鐘舵��",
+                "璐熻矗浜�",
+                "浜у搧鍚嶇О",
+                "鏈嶅姟寮�濮嬫棩",
+                "鏈嶅姟鍒版湡鏃�",
+                "浠风◣鍚堣"
+            ],
+            "x-enum-varnames": [
+                "ServiceContractKeywordContractNo",
+                "ServiceContractKeywordCustomerName",
+                "ServiceContractKeywordContractDate",
+                "ServiceContractKeywordContractType",
+                "ServiceContractKeywordContractStatus",
+                "ServiceContractKeywordPrincipal",
+                "ServiceContractKeywordProductName",
+                "ServiceContractKeywordServiceBeginDate",
+                "ServiceContractKeywordServiceEndDate",
+                "ServiceContractKeywordServiceTotalPrice"
+            ]
+        },
+        "constvar.ServiceContractQueryClass": {
+            "type": "string",
+            "enum": [
+                "30澶╁悗杩囨湡",
+                "60澶╁悗杩囨湡",
+                "宸茶繃鏈�15澶�",
+                "宸茶繃鏈�60澶�"
+            ],
+            "x-enum-varnames": [
+                "ServiceContractQueryClassExpireAfter30Day",
+                "ServiceContractQueryClassExpireAfter60Day",
+                "ServiceContractQueryClassExpiredBefore15Day",
+                "ServiceContractQueryClassExpiredBefore60Day"
+            ]
+        },
+        "constvar.ServiceFollowupKeywordType": {
+            "type": "string",
+            "enum": [
+                "鍥炶鍗曠紪鍙�",
+                "瀹㈡埛鍚嶇О",
+                "鑱旂郴浜哄鍚�",
+                "瀹㈡埛鏈嶅姟鍗�",
+                "鍥炶浜�",
+                "婊℃剰搴�"
+            ],
+            "x-enum-varnames": [
+                "ServiceFollowupKeywordFollowupNo",
+                "ServiceFollowupKeywordCustomerName",
+                "ServiceFollowupKeywordContactName",
+                "ServiceFollowupKeywordCustomerServiceNo",
+                "ServiceFollowupKeywordVisitor",
+                "ServiceFollowupKeywordSatisfactionDegree"
+            ]
+        },
         "constvar.UserType": {
             "type": "integer",
             "enum": [
@@ -10211,6 +10272,9 @@
                 "keyword": {
                     "type": "string"
                 },
+                "keywordType": {
+                    "$ref": "#/definitions/constvar.ServiceContractKeywordType"
+                },
                 "page": {
                     "description": "椤电爜",
                     "type": "integer"
@@ -10218,6 +10282,9 @@
                 "pageSize": {
                     "description": "姣忛〉澶у皬",
                     "type": "integer"
+                },
+                "queryClass": {
+                    "$ref": "#/definitions/constvar.ServiceContractQueryClass"
                 }
             }
         },
@@ -10243,6 +10310,9 @@
                 "keyword": {
                     "type": "string"
                 },
+                "keywordType": {
+                    "$ref": "#/definitions/constvar.ServiceFollowupKeywordType"
+                },
                 "page": {
                     "description": "椤电爜",
                     "type": "integer"

--
Gitblit v1.8.0