feat(process): 添加业务流程管理相关API接口

This commit is contained in:
黄斌峰
2026-08-09 22:15:15 +08:00
parent 31f8e07ffe
commit 0d247afef3
34 changed files with 2941 additions and 0 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springblade</groupId>
<artifactId>blade-service-api</artifactId>
<version>${revision}</version>
</parent>
<artifactId>blade-process-api</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
</project>