From 002539c8dc7eae6e64da1608245be01a889c061c Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 02 十二月 2023 14:48:14 +0800
Subject: [PATCH] 修改销售明细

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

diff --git a/docs/docs.go b/docs/docs.go
index fa1dca8..f41e352 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -6971,36 +6971,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": [
@@ -7148,7 +7118,7 @@
                 }
             }
         },
-        "/api/salesDetails/sendSalesDetailsToApsProject": {
+        "/api/salesDetails/sendSalesDetailsToOtherSystem": {
             "post": {
                 "produces": [
                     "application/json"
@@ -7156,7 +7126,7 @@
                 "tags": [
                     "SalesDetails"
                 ],
-                "summary": "鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌aps椤圭洰妯″潡",
+                "summary": "鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌鍏朵粬绯荤粺",
                 "parameters": [
                     {
                         "description": "鏌ヨ鍙傛暟",
@@ -15659,6 +15629,9 @@
         "request.GetContractList": {
             "type": "object",
             "properties": {
+                "keyword": {
+                    "type": "string"
+                },
                 "page": {
                     "description": "椤电爜",
                     "type": "integer"

--
Gitblit v1.8.0