刘元博
2022-10-21 b6153d1aef10638afabc290cac43f1c63342ac6c
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();
}