From e4957d48bb364f7ee34bd672f53b71a66ca31e14 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 26 十月 2023 09:46:56 +0800
Subject: [PATCH] 工序增加实际开始时间和实际结束时间

---
 model/request/task.go |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/model/request/task.go b/model/request/task.go
index b1b8ba8..614b629 100644
--- a/model/request/task.go
+++ b/model/request/task.go
@@ -18,13 +18,11 @@
 }
 
 type SendProcessParams struct {
-	ProcedureId uint  `json:"procedureId" binding:"required"`
-	Channel     int32 `json:"channel"`
+	ProcedureId uint `json:"procedureId" binding:"required"`
 }
 
 type GetProductProgress struct {
-	ProcedureId int   `json:"procedureId" binding:"required"`
-	Channel     int32 `json:"channel"`
+	Channel int32 `json:"channel"`
 }
 
 // ProcessModelList 宸ヨ壓鍙傛暟鍒楄〃璇锋眰鍙傛暟

--
Gitblit v1.8.0