From 81cda4f09d4c0fff6edd087d1c49d05cb6eaab38 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 09 十月 2023 20:47:27 +0800 Subject: [PATCH] 当前使用的工艺编号置顶 --- model/request/task.go | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/model/request/task.go b/model/request/task.go index 212bb81..99b71c2 100644 --- a/model/request/task.go +++ b/model/request/task.go @@ -18,11 +18,17 @@ } type SendProcessParams struct { - ProcedureId int `json:"procedureId" binding:"required"` - Channel int32 `json:"channel"` + ProcedureId int `json:"procedureId" binding:"required"` } type GetProductProgress struct { ProcedureId int `json:"procedureId" binding:"required"` Channel int32 `json:"channel"` } + +// ProcessModelList 宸ヨ壓鍙傛暟鍒楄〃璇锋眰鍙傛暟 +type ProcessModelList struct { + PageInfo + ProcedureId int `json:"procedureId" form:"procedureId" binding:"required"` //褰撳墠鐨勫伐搴廼d + Number string `json:"number" form:"number" binding:"required"` //褰撳墠姝e湪浣跨敤鐨勫伐鑹哄弬鏁扮紪鍙� +} -- Gitblit v1.8.0