package org.springblade.modules.task.service; import org.springblade.modules.customTask.entity.CustomTaskEntity; public interface TaskHandle { void taskHandle(CustomTaskEntity customTask); }