fix
zhangqian
2023-09-25 cf96f6bc1fb484fde16bd5ed6d49534c96958022
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"`
}