|
|
|
@ -13,9 +13,6 @@ public class AppealExportDTO{ |
|
|
|
@ExcelProperty("用户名") |
|
|
|
private String username; |
|
|
|
|
|
|
|
@ExcelProperty(value = "操作时间") |
|
|
|
private String updateTime; |
|
|
|
|
|
|
|
@ExcelProperty("知识点") |
|
|
|
private String kpContentsStr; |
|
|
|
|
|
|
|
@ -30,4 +27,7 @@ public class AppealExportDTO{ |
|
|
|
|
|
|
|
@ExcelProperty("申诉备注") |
|
|
|
private String remark; |
|
|
|
|
|
|
|
@ExcelProperty(value = "操作时间") |
|
|
|
private String updateTime; |
|
|
|
} |
|
|
|
|