Skip to content

Commit 95f45c5

Browse files
committed
更新依赖继承图
1 parent cacf3c6 commit 95f45c5

6 files changed

Lines changed: 4 additions & 2 deletions

File tree

pic1.png

-86.3 KB
Binary file not shown.

pic2.png

-74.1 KB
Binary file not shown.

src/main/java/seven/savewapper/SaveExcel.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// (______|______)
1616
//=======================================================
1717

18+
import seven.ExcelSuperInterface;
1819
import seven.callBack.DataFilterColumnInterface;
1920
import seven.callBack.DataFilterInterface;
2021
import seven.callBack.DataFilterProcessInterface;
@@ -26,7 +27,7 @@
2627
* [Github]https://github.com/MatrixSeven
2728
* Created by seven on 2016/11/30.
2829
*/
29-
public interface SaveExcel {
30+
public interface SaveExcel extends ExcelSuperInterface {
3031

3132
void Save() throws Exception;
3233
/**

src/main/java/seven/wapperInt/Wrapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.apache.poi.hssf.usermodel.HSSFDateUtil;
44
import org.apache.poi.ss.usermodel.Cell;
5+
import seven.ExcelSuperInterface;
56
import seven.callBack.DataFilterColumnInterface;
67
import seven.callBack.DataFilterInterface;
78
import seven.callBack.DataFilterProcessInterface;
@@ -33,7 +34,7 @@
3334
* @author Seven<p>
3435
* @date 2016年4月12日-下午4:08:08
3536
*/
36-
public abstract class Wrapper implements Serializable{
37+
public abstract class Wrapper implements Serializable, ExcelSuperInterface {
3738
protected Config config=new Config();
3839
protected DecimalFormat df = new DecimalFormat("0");
3940
protected String getCellFormatValue(Cell cell) {

关系.png

-2.83 KB
Loading

引用.png

12 KB
Loading

0 commit comments

Comments
 (0)