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

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

parent 5ddda379
......@@ -31,34 +31,42 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/**
* 工作人员名称
*/
@Excel(name = "工作人员名称",sort = 1)
private String staffName;
/**
* 工作纪律得分
*/
@Excel(name = "工作纪律得分",sort = 6)
private BigDecimal discipline;
/**
* 服务规范得分
*/
@Excel(name = "服务规范得分",sort = 7)
private BigDecimal specification;
/**
* 综合管理得分
*/
@Excel(name = "综合管理得分",sort = 8)
private BigDecimal management;
/**
* 群众评议得分
*/
@Excel(name = "群众评议得分",sort = 9)
private BigDecimal evaluation;
/**
* 工作效能得分
*/
@Excel(name = "工作效能得分",sort = 10)
private BigDecimal efficiency;
/**
* 加分
*/
@Excel(name = "加分",sort = 11)
private BigDecimal bonusScore;
/**
* 合计得分
*/
@Excel(name = "合计得分",sort = 12)
private BigDecimal sumScore;
/**
* 考核等级1好2较好3一般4较差
......@@ -75,6 +83,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/**
* 所属部门名称
*/
@Excel(name = "所属部门",sort = 4)
private String deptName;
/**
* 所属大厅
......@@ -83,6 +92,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/**
* 所属大厅名称
*/
@Excel(name = "所属大厅",sort = 5)
private String salaName;
@Override
public int hashCode() {
......
......@@ -22,9 +22,11 @@ public class WindowWorkmanPerformDetailVo extends BaseEntityLong {
/**
* 考核年度
*/
@Excel(name = "年度",sort = 2)
private Integer year;
/**
* 考核月份
*/
@Excel(name = "月份",sort = 3)
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