RuoYi
2024-05-29 906c3a68b845a17ef2f47c7d9f79d124eede3621
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();
}