From 28addaa46cb97c20ad37e13eb10535de7b75e71c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 29 十一月 2023 19:29:43 +0800
Subject: [PATCH] 首次报工开始时间为工序开始时间

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

diff --git a/docs/docs.go b/docs/docs.go
index 40d5d3d..935673b 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -987,6 +987,9 @@
                 "procedureName": {
                     "type": "string"
                 },
+                "productProcedureID": {
+                    "type": "string"
+                },
                 "startTime": {
                     "type": "integer"
                 },
@@ -1466,6 +1469,10 @@
                     "description": "宸ヨ壓妯″瀷缂栧彿",
                     "type": "string"
                 },
+                "productProcedureID": {
+                    "description": "浜у搧宸ュ簭id",
+                    "type": "string"
+                },
                 "realEndTime": {
                     "type": "integer"
                 },
@@ -1537,6 +1544,10 @@
         "model.ReportWork": {
             "type": "object",
             "properties": {
+                "barCode": {
+                    "description": "鏉″舰鐮�",
+                    "type": "string"
+                },
                 "channel": {
                     "description": "閫氶亾",
                     "type": "integer"
@@ -1556,6 +1567,10 @@
                 "endTime": {
                     "type": "integer"
                 },
+                "finishAmount": {
+                    "description": "鏈鎶ュ伐 - 涓婃鎶ュ伐",
+                    "type": "integer"
+                },
                 "id": {
                     "type": "integer"
                 },
@@ -1565,6 +1580,10 @@
                 "proceduresId": {
                     "description": "procedures琛ㄧ殑id",
                     "type": "integer"
+                },
+                "productProcedureID": {
+                    "description": "浜у搧宸ュ簭id",
+                    "type": "string"
                 },
                 "reportAmount": {
                     "description": "鎶ュ伐鏁伴噺",
@@ -1586,6 +1605,10 @@
                 "workerName": {
                     "description": "鎶ュ伐浜哄鍚�",
                     "type": "string"
+                },
+                "workerTime": {
+                    "description": "宸ユ椂锛屽崟浣嶇",
+                    "type": "integer"
                 }
             }
         },

--
Gitblit v1.8.0