Quellcode durchsuchen

remove 移除无用合并

疯狂的狮子li vor 3 Jahren
Ursprung
Commit
bdebca94b3

+ 0 - 19
ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelHandlerAdapter.java

@@ -1,19 +0,0 @@
-package com.ruoyi.common.utils.poi;
-
-/**
- * Excel数据格式处理适配器
- * 
- * @author ruoyi
- */
-public interface ExcelHandlerAdapter
-{
-    /**
-     * 格式化
-     * 
-     * @param value 单元格数据值
-     * @param args excel注解args参数组
-     *
-     * @return 处理后的值
-     */
-    Object format(Object value, String[] args);
-}