|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.logpm.supervise.vo; |
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnore; |
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty; |
|
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
@ -10,9 +11,11 @@ public class ExportIndicatorsVO implements Serializable {
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "考核指标归属部门") |
|
|
|
|
private String createDeptName; |
|
|
|
|
@ExcelIgnore |
|
|
|
|
private Long createDept; |
|
|
|
|
@ExcelProperty(value = "考核范围") |
|
|
|
|
private String examineDeptName; |
|
|
|
|
@ExcelIgnore |
|
|
|
|
private Long examineDeptId; |
|
|
|
|
@ExcelProperty(value = "指标分类") |
|
|
|
|
private String parentClassifyName; |
|
|
|
@ -32,6 +35,7 @@ public class ExportIndicatorsVO implements Serializable {
|
|
|
|
|
private String createTime; |
|
|
|
|
@ExcelProperty(value = "考评人") |
|
|
|
|
private String createUserName; |
|
|
|
|
@ExcelIgnore |
|
|
|
|
private Long createUser; |
|
|
|
|
@ExcelProperty(value = "考核部门") |
|
|
|
|
private String assessDeptName; |
|
|
|
|