|
|
|
@ -19,34 +19,34 @@ public class ClassifyExportVO implements Serializable {
|
|
|
|
|
@ExcelIgnore |
|
|
|
|
private Long createDept; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "创建时间") |
|
|
|
|
@ExcelProperty(value = "创建时间",index = 7) |
|
|
|
|
private Date createTime; |
|
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
|
|
private Long updateUser; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "指标名称") |
|
|
|
|
@ExcelProperty(value = "指标名称",index = 1) |
|
|
|
|
private String name; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "指标描述") |
|
|
|
|
@ExcelProperty(value = "指标描述",index = 2) |
|
|
|
|
private String description; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "指标备注") |
|
|
|
|
@ExcelProperty(value = "指标备注",index = 3) |
|
|
|
|
private String remark; |
|
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
|
|
private Long pId; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "考核范围") |
|
|
|
|
@ExcelProperty(value = "考核范围",index = 4) |
|
|
|
|
private String examineDeptName; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "指标分类") |
|
|
|
|
@ExcelProperty(value = "指标分类",index = 0) |
|
|
|
|
private String parentClassifyName; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "考核归属部门") |
|
|
|
|
@ExcelProperty(value = "考核归属部门",index = 5) |
|
|
|
|
private String createDeptName; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "考核分值") |
|
|
|
|
@ExcelProperty(value = "考核分值" ,index = 6) |
|
|
|
|
private String pointStr; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|