From 9e2fbcdc62bc4b45519715c8243446a11ee011cf Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 20 十二月 2023 17:26:27 +0800
Subject: [PATCH] goborrow rtu地址-1
---
docs/docs.go | 482 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 482 insertions(+), 0 deletions(-)
diff --git a/docs/docs.go b/docs/docs.go
index 35c052f..b9d034b 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -152,6 +152,37 @@
}
}
},
+ "/v1/dashboard/dashboard": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "椹鹃┒鑸�"
+ ],
+ "summary": "椹鹃┒鑸�",
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/contextx.Response"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "$ref": "#/definitions/model.Dashboard"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
"/v1/device/config": {
"post": {
"produces": [
@@ -476,6 +507,91 @@
}
}
]
+ }
+ }
+ }
+ }
+ },
+ "/v1/reportWork/list": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鎶ュ伐"
+ ],
+ "summary": "鎶ュ伐鍒楄〃",
+ "parameters": [
+ {
+ "type": "integer",
+ "description": "椤电爜",
+ "name": "page",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "姣忛〉澶у皬",
+ "name": "pageSize",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "宸ュ簭id",
+ "name": "procedureId",
+ "in": "query",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/contextx.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.ReportWork"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/v1/reportWork/report": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鎶ュ伐"
+ ],
+ "summary": "涓婃姤",
+ "parameters": [
+ {
+ "description": "鏌ヨ鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.ReportWork"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/contextx.Response"
}
}
}
@@ -902,6 +1018,9 @@
"procedureName": {
"type": "string"
},
+ "productProcedureID": {
+ "type": "string"
+ },
"startTime": {
"type": "integer"
},
@@ -1055,6 +1174,204 @@
},
"data": {},
"msg": {
+ "type": "string"
+ }
+ }
+ },
+ "contextx.ResponseList": {
+ "type": "object",
+ "properties": {
+ "code": {
+ "type": "integer"
+ },
+ "data": {},
+ "msg": {
+ "type": "string"
+ },
+ "total": {
+ "type": "integer"
+ }
+ }
+ },
+ "model.CommonStats": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ }
+ },
+ "model.Dashboard": {
+ "type": "object",
+ "properties": {
+ "createdAt": {
+ "type": "string"
+ },
+ "delayWorkOrderAmount": {
+ "description": "寤舵湡浜や粯宸ュ崟鏁�",
+ "type": "integer"
+ },
+ "deletedAt": {
+ "type": "string"
+ },
+ "deviceLoad": {
+ "description": "璁惧璐熻嵎瀵规瘮鍒嗘瀽",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.CommonStats"
+ }
+ },
+ "deviceLoadData": {
+ "description": "璁惧璐熻嵎瀵规瘮鍒嗘瀽",
+ "type": "string"
+ },
+ "deviceRunningAmount": {
+ "description": "寮�鏈哄彴鏁�",
+ "type": "integer"
+ },
+ "externalDeviceRunningAmount": {
+ "description": "澶栧姞宸ュ彴鏁�",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "inMaintenanceDeviceAmount": {
+ "description": "缁翠慨涓澶囨暟",
+ "type": "integer"
+ },
+ "internalDeviceRunningAmount": {
+ "description": "鑷湁寮�鏈哄彴鏁�",
+ "type": "integer"
+ },
+ "materialMissWorkOrderAmount": {
+ "description": "鐗╂枡涓嶈冻宸ュ崟鏁�",
+ "type": "integer"
+ },
+ "materialRequirement": {
+ "description": "鐗╂枡闇�姹傜粺璁�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.CommonStats"
+ }
+ },
+ "materialRequirementData": {
+ "description": "鐗╂枡闇�姹傜粺璁�",
+ "type": "string"
+ },
+ "orderFinishRate": {
+ "description": "璁㈠崟瀹屾垚姣旂巼",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.CommonStats"
+ }
+ },
+ "orderFinishRateData": {
+ "description": "璁㈠崟瀹屾垚姣旂巼",
+ "type": "string"
+ },
+ "outPlanProductionAmount": {
+ "description": "璁″垝澶栧姞宸ユ暟",
+ "type": "integer"
+ },
+ "personnelProductivity": {
+ "description": "浜哄憳鐢熶骇鏁堢巼",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.CommonStats"
+ }
+ },
+ "personnelProductivityData": {
+ "description": "浜哄憳鐢熶骇鏁堢巼",
+ "type": "string"
+ },
+ "personnelSkillPercent": {
+ "description": "浜哄憳鎶�鑳藉崰姣�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.CommonStats"
+ }
+ },
+ "personnelSkillPercentData": {
+ "description": "浜哄憳鎶�鑳藉崰姣�",
+ "type": "string"
+ },
+ "planOrderFinishRate": {
+ "description": "璁″垝杈炬垚鐜�",
+ "type": "integer"
+ },
+ "planProductionAmount": {
+ "description": "璁″垝鍔犲伐鏁�",
+ "type": "integer"
+ },
+ "realExternalProductionAmount": {
+ "description": "瀹為檯澶栧姞宸ユ暟",
+ "type": "integer"
+ },
+ "realProductionAmount": {
+ "description": "瀹為檯鐢熶骇鏁�",
+ "type": "integer"
+ },
+ "todayFinishAmount": {
+ "description": "杞﹂棿褰撴棩鍚堣鐢熶骇",
+ "type": "integer"
+ },
+ "todayQualifiedRate": {
+ "description": "杞﹂棿褰撴棩姝e搧鐜�",
+ "type": "string"
+ },
+ "totalDeviceAmount": {
+ "description": "鎬昏澶囨暟",
+ "type": "integer"
+ },
+ "totalProductionAmount": {
+ "description": "鎬讳骇閲�",
+ "type": "integer"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ },
+ "workOrderAmount": {
+ "description": "鐢熶骇宸ュ崟鏁�",
+ "type": "integer"
+ },
+ "workOrderStats": {
+ "description": "宸ュ崟杩涘害缁熻",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.WorkOrderStats"
+ }
+ },
+ "workOrderStatsData": {
+ "description": "宸ュ崟杩涘害缁熻",
+ "type": "string"
+ },
+ "workerTypeStats": {
+ "description": "浜哄憳宸ョ鍒嗘瀽",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.CommonStats"
+ }
+ },
+ "workerTypeStatsData": {
+ "description": "浜哄憳宸ョ鍒嗘瀽",
+ "type": "string"
+ },
+ "workshopStats": {
+ "description": "杞﹂棿缁熻",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.WorkshopStats"
+ }
+ },
+ "workshopStatsData": {
+ "description": "杞﹂棿缁熻",
"type": "string"
}
}
@@ -1348,6 +1665,9 @@
"endTime": {
"type": "integer"
},
+ "finishedQuantity": {
+ "type": "integer"
+ },
"id": {
"type": "integer"
},
@@ -1364,6 +1684,10 @@
},
"processModelNumber": {
"description": "宸ヨ壓妯″瀷缂栧彿",
+ "type": "string"
+ },
+ "productProcedureID": {
+ "description": "浜у搧宸ュ簭id",
"type": "string"
},
"realEndTime": {
@@ -1434,6 +1758,139 @@
}
}
},
+ "model.ReportWork": {
+ "type": "object",
+ "properties": {
+ "barCode": {
+ "description": "鏉″舰鐮�",
+ "type": "string"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "type": "string"
+ },
+ "deviceId": {
+ "type": "string"
+ },
+ "deviceName": {
+ "type": "string"
+ },
+ "endTime": {
+ "type": "integer"
+ },
+ "finishAmount": {
+ "description": "鏈鎶ュ伐 - 涓婃鎶ュ伐",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "procedureId": {
+ "type": "string"
+ },
+ "proceduresId": {
+ "description": "procedures琛ㄧ殑id",
+ "type": "integer"
+ },
+ "productProcedureID": {
+ "description": "浜у搧宸ュ簭id",
+ "type": "string"
+ },
+ "reportAmount": {
+ "description": "鎶ュ伐鏁伴噺",
+ "type": "integer"
+ },
+ "startTime": {
+ "type": "integer"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "workOrderId": {
+ "type": "string"
+ },
+ "workerID": {
+ "description": "鎶ュ伐浜篿d",
+ "type": "string"
+ },
+ "workerName": {
+ "description": "鎶ュ伐浜哄鍚�",
+ "type": "string"
+ },
+ "workerTime": {
+ "description": "宸ユ椂锛屽崟浣嶇",
+ "type": "integer"
+ }
+ }
+ },
+ "model.WorkOrderStats": {
+ "type": "object",
+ "properties": {
+ "amount": {
+ "description": "鐢熶骇鏁伴噺",
+ "type": "integer"
+ },
+ "delayDays": {
+ "description": "寤舵湡澶╂暟",
+ "type": "integer"
+ },
+ "finishProcedureNum": {
+ "description": "宸插畬鎴愬伐搴忔暟閲�",
+ "type": "integer"
+ },
+ "number": {
+ "description": "缂栧彿",
+ "type": "string"
+ },
+ "planTime": {
+ "description": "璁″垝鏃堕棿",
+ "type": "string"
+ },
+ "procedureNum": {
+ "description": "宸ュ簭鏁伴噺",
+ "type": "integer"
+ },
+ "processingProcedureNum": {
+ "description": "杩涜涓伐搴忔暟閲�",
+ "type": "integer"
+ },
+ "product": {
+ "description": "浜у搧",
+ "type": "string"
+ },
+ "scale": {
+ "description": "瑙勬牸",
+ "type": "string"
+ }
+ }
+ },
+ "model.WorkshopStats": {
+ "type": "object",
+ "properties": {
+ "defective": {
+ "description": "娆″搧鏁伴噺",
+ "type": "integer"
+ },
+ "name": {
+ "description": "杞﹂棿鍚嶇О",
+ "type": "string"
+ },
+ "percent": {
+ "description": "姝e搧鐜�",
+ "type": "integer"
+ },
+ "qualified": {
+ "description": "姝e搧鏁伴噺",
+ "type": "integer"
+ },
+ "total": {
+ "description": "鐢熶骇鎬绘暟",
+ "type": "integer"
+ }
+ }
+ },
"problem.CheckResult": {
"type": "object",
"properties": {
@@ -1482,6 +1939,9 @@
"properties": {
"channel": {
"type": "integer"
+ },
+ "procedureId": {
+ "type": "integer"
}
}
},
@@ -1498,6 +1958,28 @@
"QueryTypeFinished"
]
},
+ "request.ReportWork": {
+ "type": "object",
+ "required": [
+ "procedureId",
+ "reportAmount",
+ "workerID"
+ ],
+ "properties": {
+ "procedureId": {
+ "description": "宸ュ簭id",
+ "type": "integer"
+ },
+ "reportAmount": {
+ "description": "鎶ュ伐鏁伴噺",
+ "type": "integer"
+ },
+ "workerID": {
+ "description": "鎶ュ憡鑰卛d",
+ "type": "string"
+ }
+ }
+ },
"request.SendProcessParams": {
"type": "object",
"required": [
--
Gitblit v1.8.0