package com.dl.workflow.service; public interface TaskPublicService { void start(T t); void completeAudit(T t); }