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