From f9188dc1a6e96c1ca9520ebdc07bbfe26876351c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 04 十二月 2023 19:19:39 +0800 Subject: [PATCH] 字段更改 --- docs/docs.go | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index cc69d5d..7afc936 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1301,7 +1301,7 @@ }, "planOrderFinishRate": { "description": "璁″垝杈炬垚鐜�", - "type": "string" + "type": "integer" }, "planProductionAmount": { "description": "璁″垝鍔犲伐鏁�", @@ -1327,6 +1327,10 @@ "description": "鎬昏澶囨暟", "type": "integer" }, + "totalProductionAmount": { + "description": "鎬讳骇閲�", + "type": "integer" + }, "updatedAt": { "type": "string" }, @@ -1346,6 +1350,17 @@ }, "workOrderStatsData": { "description": "宸ュ崟杩涘害缁熻", + "type": "string" + }, + "workerTypeStats": { + "description": "浜哄憳宸ョ鍒嗘瀽", + "type": "array", + "items": { + "$ref": "#/definitions/model.CommonStats" + } + }, + "workerTypeStatsData": { + "description": "浜哄憳宸ョ鍒嗘瀽", "type": "string" }, "workshopStats": { @@ -1845,6 +1860,9 @@ "defective": { "type": "integer" }, + "name": { + "type": "string" + }, "percent": { "type": "integer" }, -- Gitblit v1.8.0