zhangqian
2023-10-09 81cda4f09d4c0fff6edd087d1c49d05cb6eaab38
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"` //当前的工序id
   Number      string `json:"number" form:"number"  binding:"required"`          //当前正在使用的工艺参数编号
}