zhangqian
2023-09-26 1767ce81ece365d463e134b2c9cc3d71205f70ce
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"`
}