From f9188dc1a6e96c1ca9520ebdc07bbfe26876351c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 04 十二月 2023 19:19:39 +0800
Subject: [PATCH] 字段更改

---
 docs/swagger.json |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index 2934e2c..4c97e53 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1289,7 +1289,7 @@
                 },
                 "planOrderFinishRate": {
                     "description": "璁″垝杈炬垚鐜�",
-                    "type": "string"
+                    "type": "integer"
                 },
                 "planProductionAmount": {
                     "description": "璁″垝鍔犲伐鏁�",
@@ -1315,6 +1315,10 @@
                     "description": "鎬昏澶囨暟",
                     "type": "integer"
                 },
+                "totalProductionAmount": {
+                    "description": "鎬讳骇閲�",
+                    "type": "integer"
+                },
                 "updatedAt": {
                     "type": "string"
                 },
@@ -1334,6 +1338,17 @@
                 },
                 "workOrderStatsData": {
                     "description": "宸ュ崟杩涘害缁熻",
+                    "type": "string"
+                },
+                "workerTypeStats": {
+                    "description": "浜哄憳宸ョ鍒嗘瀽",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.CommonStats"
+                    }
+                },
+                "workerTypeStatsData": {
+                    "description": "浜哄憳宸ョ鍒嗘瀽",
                     "type": "string"
                 },
                 "workshopStats": {
@@ -1833,6 +1848,9 @@
                 "defective": {
                     "type": "integer"
                 },
+                "name": {
+                    "type": "string"
+                },
                 "percent": {
                     "type": "integer"
                 },

--
Gitblit v1.8.0