Commit 03fa9e91 authored by 廖旭伟's avatar 廖旭伟

工作人员一张表导出bug修改

parent 5ddda379
...@@ -31,34 +31,42 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail ...@@ -31,34 +31,42 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/** /**
* 工作人员名称 * 工作人员名称
*/ */
@Excel(name = "工作人员名称",sort = 1)
private String staffName; private String staffName;
/** /**
* 工作纪律得分 * 工作纪律得分
*/ */
@Excel(name = "工作纪律得分",sort = 6)
private BigDecimal discipline; private BigDecimal discipline;
/** /**
* 服务规范得分 * 服务规范得分
*/ */
@Excel(name = "服务规范得分",sort = 7)
private BigDecimal specification; private BigDecimal specification;
/** /**
* 综合管理得分 * 综合管理得分
*/ */
@Excel(name = "综合管理得分",sort = 8)
private BigDecimal management; private BigDecimal management;
/** /**
* 群众评议得分 * 群众评议得分
*/ */
@Excel(name = "群众评议得分",sort = 9)
private BigDecimal evaluation; private BigDecimal evaluation;
/** /**
* 工作效能得分 * 工作效能得分
*/ */
@Excel(name = "工作效能得分",sort = 10)
private BigDecimal efficiency; private BigDecimal efficiency;
/** /**
* 加分 * 加分
*/ */
@Excel(name = "加分",sort = 11)
private BigDecimal bonusScore; private BigDecimal bonusScore;
/** /**
* 合计得分 * 合计得分
*/ */
@Excel(name = "合计得分",sort = 12)
private BigDecimal sumScore; private BigDecimal sumScore;
/** /**
* 考核等级1好2较好3一般4较差 * 考核等级1好2较好3一般4较差
...@@ -75,6 +83,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail ...@@ -75,6 +83,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/** /**
* 所属部门名称 * 所属部门名称
*/ */
@Excel(name = "所属部门",sort = 4)
private String deptName; private String deptName;
/** /**
* 所属大厅 * 所属大厅
...@@ -83,6 +92,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail ...@@ -83,6 +92,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/** /**
* 所属大厅名称 * 所属大厅名称
*/ */
@Excel(name = "所属大厅",sort = 5)
private String salaName; private String salaName;
@Override @Override
public int hashCode() { public int hashCode() {
......
...@@ -22,9 +22,11 @@ public class WindowWorkmanPerformDetailVo extends BaseEntityLong { ...@@ -22,9 +22,11 @@ public class WindowWorkmanPerformDetailVo extends BaseEntityLong {
/** /**
* 考核年度 * 考核年度
*/ */
@Excel(name = "年度",sort = 2)
private Integer year; private Integer year;
/** /**
* 考核月份 * 考核月份
*/ */
@Excel(name = "月份",sort = 3)
private Integer month; private Integer month;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment