流程管理新增

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

@@ -12,7 +12,7 @@ import java.util.List;
/**
* BPM 活动 Convert
*
* @author 芋道源码
* @author hongawen
*/
@Mapper(uses = DateUtils.class)
public interface BpmActivityConvert {

View File

@@ -25,7 +25,7 @@ import java.util.Map;
/**
* 流程实例 Convert
*
* @author 芋道源码
* @author hongawen
*/
@Mapper
public interface BpmProcessInstanceConvert {

View File

@@ -27,7 +27,7 @@ import static com.njcn.bpm.utils.MapUtils.findAndThen;
/**
* Bpm 任务 Convert
*
* @author 芋道源码
* @author hongawen
*/
@Mapper
public interface BpmTaskConvert {

View File

@@ -19,7 +19,7 @@ import java.util.Map;
/**
* Flowable 相关的工具方法
*
* @author 芋道源码
* @author hongawen
*/
public class FlowableUtils {

View File

@@ -21,7 +21,7 @@ import java.util.List;
/**
* JSON 工具类
*
* @author 芋道源码
* @author hongawen
*/
@Slf4j
public class JsonUtils {

View File

@@ -13,7 +13,7 @@ import java.util.stream.Collectors;
/**
* 字符串工具类
*
* @author 芋道源码
* @author hongawen
*/
public class StrUtils {