delegate interface

This commit is contained in:
lvshaohua 2023-06-19 16:38:44 +08:00
parent ca8d13009a
commit aa6e2648bc

View File

@ -5,8 +5,6 @@ import org.springframework.stereotype.Service;
import java.util.List;
@Service
public interface BpmTaskDelegate {
List<BpmTaskDelegateAssigner> calculateAssignerAtExecution(DelegateTask delegateTask);
}