From c8303f55819e2d8b5a56e6316f79c2250d9b659c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 08 十月 2023 21:16:09 +0800 Subject: [PATCH] 工序更新时保存使用的工艺参数编号 --- model/request/task.go | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/model/request/task.go b/model/request/task.go index b1054ea..99b71c2 100644 --- a/model/request/task.go +++ b/model/request/task.go @@ -18,8 +18,7 @@ } type SendProcessParams struct { - ProcedureId int `json:"procedureId" binding:"required"` - Channel int32 `json:"channel"` + ProcedureId int `json:"procedureId" binding:"required"` } type GetProductProgress struct { -- Gitblit v1.8.0