publish 0.0.12
This commit is contained in:
@@ -2,9 +2,8 @@ package com.tiesheng.demo.pojos;
|
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import com.tiesheng.poi.pojos.PoiWriteBase;
|
||||
import com.tiesheng.poi.util.PoiWriteUtil;
|
||||
|
||||
public class TestFile extends PoiWriteBase {
|
||||
public class TestFile implements PoiWriteBase {
|
||||
|
||||
|
||||
@ExcelProperty("测试")
|
||||
|
||||
Reference in New Issue
Block a user