publish 0.0.12
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-parent</artifactId>
|
||||
<version>0.0.11</version>
|
||||
<version>0.0.12</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>tiesheng-ademo</artifactId>
|
||||
|
||||
@@ -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