From 5b8f003464bd55678862534232228f61745ffafe Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 十二月 2023 11:05:35 +0800
Subject: [PATCH] 提示信息修改

---
 docs/swagger.json |   37 +++++--------------------------------
 1 files changed, 5 insertions(+), 32 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index f8b86aa..349a879 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -6959,36 +6959,6 @@
                 }
             }
         },
-        "/api/salesDetails/createOperation": {
-            "post": {
-                "produces": [
-                    "application/json"
-                ],
-                "tags": [
-                    "SalesDetails"
-                ],
-                "summary": "鍒涘缓浜у搧鍑哄簱淇℃伅",
-                "parameters": [
-                    {
-                        "description": "鏌ヨ鍙傛暟",
-                        "name": "object",
-                        "in": "body",
-                        "required": true,
-                        "schema": {
-                            "$ref": "#/definitions/request.SalesDetails"
-                        }
-                    }
-                ],
-                "responses": {
-                    "200": {
-                        "description": "OK",
-                        "schema": {
-                            "$ref": "#/definitions/response.ListResponse"
-                        }
-                    }
-                }
-            }
-        },
         "/api/salesDetails/delete": {
             "delete": {
                 "produces": [
@@ -7136,7 +7106,7 @@
                 }
             }
         },
-        "/api/salesDetails/sendSalesDetailsToApsProject": {
+        "/api/salesDetails/sendSalesDetailsToOtherSystem": {
             "post": {
                 "produces": [
                     "application/json"
@@ -7144,7 +7114,7 @@
                 "tags": [
                     "SalesDetails"
                 ],
-                "summary": "鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌aps椤圭洰妯″潡",
+                "summary": "鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌鍏朵粬绯荤粺",
                 "parameters": [
                     {
                         "description": "鏌ヨ鍙傛暟",
@@ -15647,6 +15617,9 @@
         "request.GetContractList": {
             "type": "object",
             "properties": {
+                "keyword": {
+                    "type": "string"
+                },
                 "page": {
                     "description": "椤电爜",
                     "type": "integer"

--
Gitblit v1.8.0