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 |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index c172a0f..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"
                 },
@@ -1539,7 +1546,7 @@
             "properties": {
                 "barCode": {
                     "description": "鏉″舰鐮�",
-                    "type": "integer"
+                    "type": "string"
                 },
                 "channel": {
                     "description": "閫氶亾",
@@ -1574,6 +1581,10 @@
                     "description": "procedures琛ㄧ殑id",
                     "type": "integer"
                 },
+                "productProcedureID": {
+                    "description": "浜у搧宸ュ簭id",
+                    "type": "string"
+                },
                 "reportAmount": {
                     "description": "鎶ュ伐鏁伴噺",
                     "type": "integer"

--
Gitblit v1.8.0