liujiandao
2024-03-26 6b373cf70da0903a44ae3d7c4ebebae7c99dc2e4
docs/docs.go
@@ -1606,6 +1606,44 @@
                }
            }
        },
        "/purchase/allProductInWarehouse": {
            "post": {
                "security": [
                    {
                        "ApiKeyAuth": []
                    }
                ],
                "consumes": [
                    "application/json"
                ],
                "produces": [
                    "application/json"
                ],
                "tags": [
                    "Purchase"
                ],
                "summary": "全部合格入库",
                "parameters": [
                    {
                        "description": "参数",
                        "name": "data",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/purchaserequest.PurchaseProductConfirmInfo"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "获取确认信息",
                        "schema": {
                            "$ref": "#/definitions/response.Response"
                        }
                    }
                }
            }
        },
        "/purchase/getOperationInfo/{id}": {
            "get": {
                "security": [
@@ -1794,8 +1832,8 @@
                }
            }
        },
        "/purchase/newSubmit/{id}": {
            "get": {
        "/purchase/newSubmit": {
            "post": {
                "security": [
                    {
                        "ApiKeyAuth": []