From b9abe45f791bea70a059e37186907190afcec350 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 08 十二月 2023 17:05:39 +0800
Subject: [PATCH] debug

---
 docs/swagger.yaml |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 7cf48a1..ed8d041 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: 杞﹂棿缁熻
@@ -621,18 +632,27 @@
     type: object
   model.WorkOrderStats:
     properties:
+      amount:
+        description: 鐢熶骇鏁伴噺
+        type: integer
       delayDays:
         description: 寤舵湡澶╂暟
+        type: integer
+      finishProcedureNum:
+        description: 宸插畬鎴愬伐搴忔暟閲�
         type: integer
       number:
         description: 缂栧彿
         type: string
-      percent:
-        description: 瀹屾垚杩涘害
-        type: integer
       planTime:
         description: 璁″垝鏃堕棿
         type: string
+      procedureNum:
+        description: 宸ュ簭鏁伴噺
+        type: integer
+      processingProcedureNum:
+        description: 杩涜涓伐搴忔暟閲�
+        type: integer
       product:
         description: 浜у搧
         type: string
@@ -643,12 +663,19 @@
   model.WorkshopStats:
     properties:
       defective:
+        description: 娆″搧鏁伴噺
         type: integer
+      name:
+        description: 杞﹂棿鍚嶇О
+        type: string
       percent:
+        description: 姝e搧鐜�
         type: integer
       qualified:
+        description: 姝e搧鏁伴噺
         type: integer
       total:
+        description: 鐢熶骇鎬绘暟
         type: integer
     type: object
   problem.CheckResult:

--
Gitblit v1.8.0