|
|
@ -3,11 +3,9 @@ package com.epmet.excel; |
|
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
|
import cn.afterturn.easypoi.excel.annotation.ExcelCollection; |
|
|
|
import com.epmet.commons.tools.utils.ExcelVerifyInfo; |
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
@ -36,7 +34,7 @@ public class ProjectListExportExcel extends ExcelVerifyInfo implements Serializa |
|
|
|
@Excel(name = "滞留工作日",needMerge = true) |
|
|
|
private String detentionDays = ""; |
|
|
|
|
|
|
|
// @ExcelCollection(name = "当前处理部门")
|
|
|
|
// private List<String> departmentNameList;
|
|
|
|
@ExcelCollection(name = "当前处理部门") |
|
|
|
private List<String> departmentNameList; |
|
|
|
|
|
|
|
} |
|
|
|