zhangqian
2023-09-26 34a3ff0830f606dcd20d012ce14cc3472397fc45
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"`
}