支持自定义注解实现接口限流
This commit is contained in:
@ -14,5 +14,5 @@ import java.lang.annotation.Target;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Excels
|
||||
{
|
||||
Excel[] value();
|
||||
public Excel[] value();
|
||||
}
|
||||
|
Reference in New Issue
Block a user