oo0oo
2022-02-01 a6ed5667ab8e17bd7a20dc54def9fd0b9f4dc6b9
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();
}