From 50d488d3df805ccb4ab7984a40ff74bda9b21a40 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 28 十一月 2023 09:57:42 +0800
Subject: [PATCH] 报工保存生产进度
---
model/request/task.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/model/request/task.go b/model/request/task.go
index 1a2c6b6..a54428d 100644
--- a/model/request/task.go
+++ b/model/request/task.go
@@ -15,7 +15,6 @@
type TaskList struct {
PageInfo
TaskMode constvar.TaskMode `json:"taskMode" form:"taskMode"`
- DeviceID string `json:"deviceID"`
}
type SendProcessParams struct {
@@ -23,7 +22,8 @@
}
type GetProductProgress struct {
- Channel int32 `json:"channel"`
+ ProcedureId uint `json:"procedureId"`
+ Channel int32 `json:"channel"`
}
// ProcessModelList 宸ヨ壓鍙傛暟鍒楄〃璇锋眰鍙傛暟
--
Gitblit v1.8.0