zhangqian
2024-04-17 42a8ea1423243465f7161c560916f6abf9faf1dc
docs/docs.go
@@ -771,6 +771,58 @@
                }
            }
        },
        "/api-jl/v1/system/getCarNumber": {
            "post": {
                "produces": [
                    "application/json"
                ],
                "tags": [
                    "系统设置/车间管理"
                ],
                "summary": "获取车辆编号",
                "parameters": [
                    {
                        "type": "string",
                        "description": "token",
                        "name": "Authorization",
                        "in": "header",
                        "required": true
                    },
                    {
                        "description": "参数",
                        "name": "object",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/request.GetWorkshopManageCar"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "成功",
                        "schema": {
                            "allOf": [
                                {
                                    "$ref": "#/definitions/util.Response"
                                },
                                {
                                    "type": "object",
                                    "properties": {
                                        "data": {
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    }
                }
            }
        },
        "/api-jl/v1/system/getPriceStandardList": {
            "get": {
                "produces": [
@@ -1371,7 +1423,7 @@
                },
                "quantity": {
                    "description": "数量",
                    "type": "number"
                    "type": "integer"
                },
                "sum": {
                    "description": "纤度合计",
@@ -1613,6 +1665,15 @@
                "record": {
                    "type": "number"
                },
                "selectOne": {
                    "type": "boolean"
                },
                "selectThree": {
                    "type": "boolean"
                },
                "selectTwo": {
                    "type": "boolean"
                },
                "spec": {
                    "type": "string"
                },
@@ -1640,11 +1701,11 @@
                "vehicleSpeed": {
                    "type": "number"
                },
                "workshopId": {
                    "type": "integer"
                },
                "workshopName": {
                    "description": "车间名",
                    "type": "string"
                },
                "workshopNumber": {
                    "type": "string"
                }
            }
@@ -1829,9 +1890,9 @@
                    "description": "规格",
                    "type": "string"
                },
                "workshopId": {
                    "description": "车间id",
                    "type": "integer"
                "workshopNumber": {
                    "description": "车间编码",
                    "type": "string"
                }
            }
        },
@@ -1865,7 +1926,7 @@
                },
                "quantity": {
                    "description": "数量",
                    "type": "number"
                    "type": "integer"
                },
                "sum": {
                    "description": "合计",
@@ -2121,6 +2182,18 @@
                    "description": "生产用时",
                    "type": "number"
                },
                "selectOne": {
                    "description": "落丝桶数1选中",
                    "type": "boolean"
                },
                "selectThree": {
                    "description": "落丝桶数3选中",
                    "type": "boolean"
                },
                "selectTwo": {
                    "description": "落丝桶数2选中",
                    "type": "boolean"
                },
                "spec": {
                    "description": "规格",
                    "type": "string"
@@ -2153,9 +2226,9 @@
                    "description": "实时车速",
                    "type": "number"
                },
                "workshopId": {
                    "description": "车间id",
                    "type": "integer"
                "workshopNumber": {
                    "description": "车间编码",
                    "type": "string"
                }
            }
        },