From 3a1d4cc4ddfe02942e5c8dee0b2187cf758f3bde Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 23 九月 2023 16:48:06 +0800
Subject: [PATCH] 按通道数量给前端返回任务数

---
 model/request/task.go |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/model/request/task.go b/model/request/task.go
index 70478a2..a3d78b6 100644
--- a/model/request/task.go
+++ b/model/request/task.go
@@ -13,3 +13,13 @@
 type TaskList struct {
 	PageInfo
 }
+
+type SendProcessParams struct {
+	ProcedureId int   `json:"procedureId" binding:"required"`
+	Channel     int32 `json:"channel"`
+}
+
+type GetProductProgress struct {
+	ProcedureId int   `json:"procedureId" binding:"required"`
+	Channel     int32 `json:"channel"`
+}

--
Gitblit v1.8.0