From 66a85c70afb149986871febe17a4133b6995cd09 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 30 十一月 2023 19:58:02 +0800 Subject: [PATCH] dashboard接口和数据表 --- docs/docs.go | 249 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 245 insertions(+), 4 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 935673b..6190c30 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": [ @@ -1162,6 +1193,174 @@ } } }, + "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": "string" + }, + "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" + }, + "updatedAt": { + "type": "string" + }, + "version": { + "type": "string" + }, + "workOrderAmount": { + "description": "鐢熶骇宸ュ崟鏁�", + "type": "integer" + }, + "workOrderStats": { + "description": "宸ュ崟杩涘害缁熻", + "type": "array", + "items": { + "$ref": "#/definitions/model.WorkOrderStats" + } + }, + "workOrderStatsData": { + "description": "宸ュ崟杩涘害缁熻", + "type": "string" + }, + "workshopStats": { + "description": "杞﹂棿缁熻", + "type": "array", + "items": { + "$ref": "#/definitions/model.WorkshopStats" + } + }, + "workshopStatsData": { + "description": "杞﹂棿缁熻", + "type": "string" + } + } + }, "model.DevicePlc": { "type": "object", "properties": { @@ -1548,10 +1747,6 @@ "description": "鏉″舰鐮�", "type": "string" }, - "channel": { - "description": "閫氶亾", - "type": "integer" - }, "createdAt": { "type": "string" }, @@ -1612,6 +1807,52 @@ } } }, + "model.WorkOrderStats": { + "type": "object", + "properties": { + "delayDays": { + "description": "寤舵湡澶╂暟", + "type": "integer" + }, + "number": { + "description": "缂栧彿", + "type": "string" + }, + "percent": { + "description": "瀹屾垚杩涘害", + "type": "integer" + }, + "planTime": { + "description": "璁″垝鏃堕棿", + "type": "string" + }, + "product": { + "description": "浜у搧", + "type": "string" + }, + "scale": { + "description": "瑙勬牸", + "type": "string" + } + } + }, + "model.WorkshopStats": { + "type": "object", + "properties": { + "defective": { + "type": "integer" + }, + "percent": { + "type": "integer" + }, + "qualified": { + "type": "integer" + }, + "total": { + "type": "integer" + } + } + }, "problem.CheckResult": { "type": "object", "properties": { -- Gitblit v1.8.0