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.yaml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 7cf48a1..9e77c3d 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -270,7 +270,7 @@
         type: string
       planOrderFinishRate:
         description: 璁″垝杈炬垚鐜�
-        type: string
+        type: integer
       planProductionAmount:
         description: 璁″垝鍔犲伐鏁�
         type: integer
@@ -289,6 +289,9 @@
       totalDeviceAmount:
         description: 鎬昏澶囨暟
         type: integer
+      totalProductionAmount:
+        description: 鎬讳骇閲�
+        type: integer
       updatedAt:
         type: string
       version:
@@ -303,6 +306,14 @@
         type: array
       workOrderStatsData:
         description: 宸ュ崟杩涘害缁熻
+        type: string
+      workerTypeStats:
+        description: 浜哄憳宸ョ鍒嗘瀽
+        items:
+          $ref: '#/definitions/model.CommonStats'
+        type: array
+      workerTypeStatsData:
+        description: 浜哄憳宸ョ鍒嗘瀽
         type: string
       workshopStats:
         description: 杞﹂棿缁熻
@@ -644,6 +655,8 @@
     properties:
       defective:
         type: integer
+      name:
+        type: string
       percent:
         type: integer
       qualified:

--
Gitblit v1.8.0