支持自定义注解实现接口限流

This commit is contained in:
RuoYi
2021-08-17 14:08:18 +08:00
parent 03cf98d3c9
commit 5c155f5f11
8 changed files with 225 additions and 15 deletions

View File

@ -14,5 +14,5 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
public @interface Excels
{
Excel[] value();
public Excel[] value();
}