zhangzengfei
2023-10-21 719ebace06e36089f500485bdde521a10bf1cf6c
model/request/task.go
@@ -18,7 +18,7 @@
}
type SendProcessParams struct {
   ProcedureId int `json:"procedureId" binding:"required"`
   ProcedureId uint `json:"procedureId" binding:"required"`
}
type GetProductProgress struct {