工作流 Flowable 流程模型 接口

This commit is contained in:
jason
2022-02-08 22:30:25 +08:00
parent 167baed952
commit 9c452ee612
17 changed files with 449 additions and 9 deletions

View File

@@ -16,6 +16,11 @@
</description>
<dependencies>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-bpm-base</artifactId>
<version>${revision}</version>
</dependency>
<!-- 工作流相关 -->
<dependency>
<groupId>org.flowable</groupId>