From 2d6875c93b25d0b7336c7fa11e066d213259fe2e Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 25 四月 2024 10:02:01 +0800
Subject: [PATCH] 更改定时任务时区设置

---
 docs/docs.go |   48 +++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 6190c30..b9d034b 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": {
@@ -1650,6 +1665,9 @@
                 "endTime": {
                     "type": "integer"
                 },
+                "finishedQuantity": {
+                    "type": "integer"
+                },
                 "id": {
                     "type": "integer"
                 },
@@ -1810,21 +1828,33 @@
         "model.WorkOrderStats": {
             "type": "object",
             "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": "浜у搧",
@@ -1840,15 +1870,23 @@
             "type": "object",
             "properties": {
                 "defective": {
+                    "description": "娆″搧鏁伴噺",
                     "type": "integer"
                 },
+                "name": {
+                    "description": "杞﹂棿鍚嶇О",
+                    "type": "string"
+                },
                 "percent": {
+                    "description": "姝e搧鐜�",
                     "type": "integer"
                 },
                 "qualified": {
+                    "description": "姝e搧鏁伴噺",
                     "type": "integer"
                 },
                 "total": {
+                    "description": "鐢熶骇鎬绘暟",
                     "type": "integer"
                 }
             }

--
Gitblit v1.8.0