提交 | 用户 | 时间 | ||
a6de49 | 1 | package com.iailab.framework.common.annotation; |
H | 2 | |
3 | import java.lang.annotation.*; | |
4 | ||
5 | /** | |
6 | * 业务流程 | |
7 | * | |
8 | * @author PanZhibao | |
9 | * @Description | |
10 | * @createTime 2022年12月20日 16:10:00 | |
11 | */ | |
12 | @Target(ElementType.METHOD) | |
13 | @Retention(RetentionPolicy.RUNTIME) | |
14 | @Documented | |
15 | public @interface AutoBpm { | |
16 | } |