“baozhigang”
2023-03-30 5a252125094bd4ec1dde133078f7890ac234fcb6
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();
}