From 4171453db37dab28918f63d0a45414d87f1bb7a7 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 30 十一月 2023 10:33:46 +0800 Subject: [PATCH] 工序状态改变增加改变时间 --- model/request/task.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/model/request/task.go b/model/request/task.go index ff7489b..a54428d 100644 --- a/model/request/task.go +++ b/model/request/task.go @@ -22,7 +22,8 @@ } type GetProductProgress struct { - Channel int32 `json:"channel"` + ProcedureId uint `json:"procedureId"` + Channel int32 `json:"channel"` } // ProcessModelList 宸ヨ壓鍙傛暟鍒楄〃璇锋眰鍙傛暟 -- Gitblit v1.8.0