liujiandao
2024-04-15 439b8cf9619e6deb6b42182d0f43cc1252fc9d2a
docs/docs.go
@@ -1220,6 +1220,51 @@
                }
            }
        },
        "/api-wms/v1/operation/getPersonnelList": {
            "get": {
                "produces": [
                    "application/json"
                ],
                "tags": [
                    "入库/出库"
                ],
                "summary": "获取人员列表",
                "parameters": [
                    {
                        "description": "参数",
                        "name": "object",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/request.OperationCondition"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "成功",
                        "schema": {
                            "allOf": [
                                {
                                    "$ref": "#/definitions/util.ResponseList"
                                },
                                {
                                    "type": "object",
                                    "properties": {
                                        "data": {
                                            "type": "array",
                                            "items": {
                                                "$ref": "#/definitions/inventory_order.WorkerInfo"
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    }
                }
            }
        },
        "/api-wms/v1/operation/getSupplierList": {
            "get": {
                "produces": [
@@ -3067,6 +3112,17 @@
                "ReservationNever"
            ]
        },
        "inventory_order.WorkerInfo": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "models.Attachment": {
            "type": "object",
            "properties": {
@@ -3566,6 +3622,9 @@
        "models.Operation": {
            "type": "object",
            "properties": {
                "accountant": {
                    "type": "string"
                },
                "auditDate": {
                    "type": "string"
                },
@@ -3593,6 +3652,9 @@
                    "type": "string"
                },
                "createTime": {
                    "type": "string"
                },
                "custodian": {
                    "type": "string"
                },
                "details": {
@@ -3625,6 +3687,9 @@
                "logisticWeight": {
                    "description": "物流重量",
                    "type": "number"
                },
                "manager": {
                    "type": "string"
                },
                "number": {
                    "description": "单号",
@@ -4053,6 +4118,9 @@
        "request.AddOperation": {
            "type": "object",
            "properties": {
                "accountant": {
                    "type": "string"
                },
                "comment": {
                    "description": "备注",
                    "type": "string"
@@ -4071,6 +4139,9 @@
                },
                "contacterName": {
                    "description": "联系人姓名-非必填",
                    "type": "string"
                },
                "custodian": {
                    "type": "string"
                },
                "details": {
@@ -4092,6 +4163,9 @@
                "logisticWeight": {
                    "description": "物流重量",
                    "type": "number"
                },
                "manager": {
                    "type": "string"
                },
                "number": {
                    "description": "单号",
@@ -4787,6 +4861,9 @@
        "request.UpdateOperation": {
            "type": "object",
            "properties": {
                "accountant": {
                    "type": "string"
                },
                "baseOperationType": {
                    "description": "基础作业类型",
                    "allOf": [
@@ -4815,6 +4892,9 @@
                    "description": "联系人姓名-非必填",
                    "type": "string"
                },
                "custodian": {
                    "type": "string"
                },
                "details": {
                    "type": "array",
                    "items": {
@@ -4835,6 +4915,9 @@
                    "description": "物流重量",
                    "type": "number"
                },
                "manager": {
                    "type": "string"
                },
                "number": {
                    "description": "单号",
                    "type": "string"