From dcf393c077af5638ea12c05dd6e1754fa535be20 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 27 十一月 2023 16:30:04 +0800
Subject: [PATCH] 排程任务下发增加productProcedureID,报工表和工序表增加productProcedureID

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

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 052311a..f69843e 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -57,6 +57,8 @@
         type: string
       procedureName:
         type: string
+      productProcedureID:
+        type: string
       startTime:
         type: integer
       workHours:
@@ -397,6 +399,9 @@
       processModelNumber:
         description: 宸ヨ壓妯″瀷缂栧彿
         type: string
+      productProcedureID:
+        description: 浜у搧宸ュ簭id
+        type: string
       realEndTime:
         type: integer
       realStartTime:
@@ -448,7 +453,7 @@
     properties:
       barCode:
         description: 鏉″舰鐮�
-        type: integer
+        type: string
       channel:
         description: 閫氶亾
         type: integer
@@ -472,6 +477,9 @@
       proceduresId:
         description: procedures琛ㄧ殑id
         type: integer
+      productProcedureID:
+        description: 浜у搧宸ュ簭id
+        type: string
       reportAmount:
         description: 鎶ュ伐鏁伴噺
         type: integer

--
Gitblit v1.8.0