Browse Source

导入带图像

suntianwu 3 years ago
parent
commit
c97a0596a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/iden/common/vo/PersonExcelVO.java

+ 0 - 1
src/main/java/com/iden/common/vo/PersonExcelVO.java

@@ -38,7 +38,6 @@ public class PersonExcelVO implements Serializable {
 
 
     @ExcelProperty(value = "图像",converter = UrlImageConverter.class)
-    @ColumnWidth(60)
     private URL imageUrl;
 
     @ApiModelProperty("性别")