package cn.com.qmth.examcloud.tool.service; import cn.com.qmth.examcloud.tool.entity.TaskEntity; public interface TaskService { void start(TaskEntity task); }