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

---
 docs/swagger.yaml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index a375c00..052311a 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -446,6 +446,9 @@
     type: object
   model.ReportWork:
     properties:
+      barCode:
+        description: 鏉″舰鐮�
+        type: integer
       channel:
         description: 閫氶亾
         type: integer
@@ -458,6 +461,9 @@
       deviceName:
         type: string
       endTime:
+        type: integer
+      finishAmount:
+        description: 鏈鎶ュ伐 - 涓婃鎶ュ伐
         type: integer
       id:
         type: integer
@@ -481,6 +487,9 @@
       workerName:
         description: 鎶ュ伐浜哄鍚�
         type: string
+      workerTime:
+        description: 宸ユ椂锛屽崟浣嶇
+        type: integer
     type: object
   problem.CheckResult:
     properties:

--
Gitblit v1.8.0