liujiandao
2023-11-22 d6331f5d368ac49e850d113b83b199e79ec4ae9e
docs/docs.go
@@ -1249,6 +1249,34 @@
                }
            }
        },
        "/api-wms/v1/operation/outputOperation/{id}": {
            "put": {
                "produces": [
                    "application/json"
                ],
                "tags": [
                    "入库/出库"
                ],
                "summary": "打印",
                "parameters": [
                    {
                        "type": "integer",
                        "description": "id",
                        "name": "id",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "成功",
                        "schema": {
                            "$ref": "#/definitions/util.Response"
                        }
                    }
                }
            }
        },
        "/api-wms/v1/operation/update": {
            "post": {
                "produces": [
@@ -3347,6 +3375,9 @@
                        }
                    ]
                },
                "createTime": {
                    "type": "string"
                },
                "forceRemovalStrategy": {
                    "description": "强制下架策略",
                    "allOf": [
@@ -3381,6 +3412,9 @@
                "routeName": {
                    "description": "公司",
                    "type": "string"
                },
                "updateTime": {
                    "type": "string"
                }
            }
        },