jiangshuai
2023-12-11 4ad0736dff2831cdab247c8fb5d50048f616bc62
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
                    }
@@ -2736,7 +2736,7 @@
                5
            ],
            "x-enum-comments": {
                "OperationStatus_Cancel": "完成",
                "OperationStatus_Cancel": "取消",
                "OperationStatus_Draft": "草稿",
                "OperationStatus_Finish": "完成",
                "OperationStatus_Ready": "就绪",
@@ -3369,6 +3369,9 @@
                    "type": "string"
                },
                "receiverPhone": {
                    "type": "string"
                },
                "source": {
                    "type": "string"
                },
                "sourceNumber": {
@@ -4656,6 +4659,9 @@
                    "description": "单号",
                    "type": "string"
                },
                "operationId": {
                    "type": "integer"
                },
                "productId": {
                    "type": "string"
                },