liujiandao
2023-11-23 42ca2293072e5eb011e655c9cc8fd9bf0ba376f1
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": "查询参数",