zhangqian
2023-08-19 8426708ecdf4f25656a04d7b182643b27c188157
docs/docs.go
@@ -125,7 +125,22 @@
                    "200": {
                        "description": "成功",
                        "schema": {
                            "$ref": "#/definitions/contextx.Response"
                            "allOf": [
                                {
                                    "$ref": "#/definitions/contextx.Response"
                                },
                                {
                                    "type": "object",
                                    "properties": {
                                        "data": {
                                            "type": "array",
                                            "items": {
                                                "$ref": "#/definitions/response.ProcessParams"
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    }
                }
@@ -181,6 +196,9 @@
                },
                "unit": {
                    "type": "string"
                },
                "workOrderId": {
                    "type": "string"
                }
            }
        },
@@ -220,8 +238,14 @@
        "request.ProcedureWorker": {
            "type": "object",
            "properties": {
                "endTime": {
                    "type": "integer"
                },
                "phoneNum": {
                    "type": "string"
                },
                "startTime": {
                    "type": "integer"
                },
                "workerId": {
                    "type": "string"
@@ -235,6 +259,9 @@
            "type": "object",
            "properties": {
                "deviceId": {
                    "type": "string"
                },
                "deviceName": {
                    "type": "string"
                },
                "endTime": {
@@ -275,6 +302,15 @@
                }
            }
        },
        "response.ProcessParams": {
            "type": "object",
            "properties": {
                "key": {
                    "type": "string"
                },
                "value": {}
            }
        },
        "response.TaskData": {
            "type": "object",
            "properties": {