RuoYi
2022-03-30 01a566c7949b20b53e61f2b0937f291600c311ac
ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excels.java
@@ -14,5 +14,5 @@
@Retention(RetentionPolicy.RUNTIME)
public @interface Excels
{
    Excel[] value();
    public Excel[] value();
}