潘志宝
5 天以前 4d7e3bb9a93ac0bdba9075e5efa536a165f8aae9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.iailab.framework.common.annotation;
 
import java.lang.annotation.*;
 
/**
 * 业务流程
 *
 * @author PanZhibao
 * @Description
 * @createTime 2022年12月20日 16:10:00
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface AutoBpm {
}