fei
3 天以前 5d91a329768a2a86e01e4b9b6bc6a2b939b87adb
ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java
@@ -149,6 +149,11 @@
    public IndexedColors backgroundColor() default IndexedColors.WHITE;
    /**
     * 导出单元格字体名称
     */
    public String fontName() default "Arial";
    /**
     * 导出单元格字体颜色
     */
    public IndexedColors color() default IndexedColors.BLACK;
@@ -173,6 +178,8 @@
     */
    Type type() default Type.ALL;
    public int headerFontSize() default 12;
    public enum Type
    {
        ALL(0), EXPORT(1), IMPORT(2);