zhangqian
2023-10-24 946e35208cf79dbb8abbc1e2363e96cbb8113186
获取生产进度去掉任务id参数
1个文件已修改
3 ■■■■ 已修改文件
model/request/task.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
model/request/task.go
@@ -22,8 +22,7 @@
}
type GetProductProgress struct {
    ProcedureId int   `json:"procedureId" binding:"required"`
    Channel     int32 `json:"channel"`
    Channel int32 `json:"channel"`
}
// ProcessModelList 工艺参数列表请求参数