流程管理新增

This commit is contained in:
2024-05-13 21:12:32 +08:00
parent fb6ce3fc11
commit fc2f2d767a
62 changed files with 596 additions and 64 deletions

View File

@@ -22,7 +22,7 @@ import java.util.*;
/**
* @author 芋道源码
* @author hongawen
*/
@Slf4j
public class BpmTaskCandidateInvoker {

View File

@@ -18,7 +18,7 @@ import java.util.*;
/**
*
* @author 芋道源码
* @author hongawen
*/
@Component
public class BpmTaskCandidateStartUserSelectStrategy implements IBpmTaskCandidateStrategy {

View File

@@ -11,7 +11,7 @@ import java.util.Set;
*
* 例如说:分配审批人
*
* @author 芋道源码
* @author hongawen
*/
public interface IBpmTaskCandidateStrategy {