liujiandao
2023-11-24 7144c4cb9615ca3d60e12c6286271353b1c8b29d
docs/docs.go
@@ -1150,8 +1150,8 @@
                }
            }
        },
        "/api-wms/v1/operation/getOperationInfo/{number}": {
            "post": {
        "/api-wms/v1/operation/getOperationInfo/{id}": {
            "get": {
                "produces": [
                    "application/json"
                ],
@@ -1162,8 +1162,8 @@
                "parameters": [
                    {
                        "type": "string",
                        "description": "单号",
                        "name": "number",
                        "description": "id",
                        "name": "id",
                        "in": "path",
                        "required": true
                    }
@@ -4656,6 +4656,9 @@
                    "description": "单号",
                    "type": "string"
                },
                "operationId": {
                    "type": "integer"
                },
                "productId": {
                    "type": "string"
                },