From 252ad9f55e8828bcacb8ddef28c8e9ff0a62f8d6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 27 十一月 2023 15:41:39 +0800
Subject: [PATCH] 计算工时,生产条形码

---
 docs/docs.go |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 40d5d3d..c172a0f 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1537,6 +1537,10 @@
         "model.ReportWork": {
             "type": "object",
             "properties": {
+                "barCode": {
+                    "description": "鏉″舰鐮�",
+                    "type": "integer"
+                },
                 "channel": {
                     "description": "閫氶亾",
                     "type": "integer"
@@ -1554,6 +1558,10 @@
                     "type": "string"
                 },
                 "endTime": {
+                    "type": "integer"
+                },
+                "finishAmount": {
+                    "description": "鏈鎶ュ伐 - 涓婃鎶ュ伐",
                     "type": "integer"
                 },
                 "id": {
@@ -1586,6 +1594,10 @@
                 "workerName": {
                     "description": "鎶ュ伐浜哄鍚�",
                     "type": "string"
+                },
+                "workerTime": {
+                    "description": "宸ユ椂锛屽崟浣嶇",
+                    "type": "integer"
                 }
             }
         },

--
Gitblit v1.8.0