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 { }