tzg
2020-09-02 0a51f7d743ec0459726368fb65fc2af9813239f6
ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java
@@ -101,6 +101,11 @@
    public String targetAttr() default "";
    /**
     * 是否自动统计数据,在最后追加一行统计数据总和
     */
    public boolean isStatistics() default false;
    /**
     * 字段类型(0:导出导入;1:仅导出;2:仅导入)
     */
    Type type() default Type.ALL;