疯狂的狮子li
2020-09-25 6101a3bf0d3f7e8de375a0b9bfa7ce71a111144c
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;