Commit 3152994e authored by 廖旭伟's avatar 廖旭伟

绩效汇总导出字段增加

parent 2d19e415
...@@ -102,7 +102,7 @@ public class StaffPerformSummaryEntity extends StaffPerformSummaryVo { ...@@ -102,7 +102,7 @@ public class StaffPerformSummaryEntity extends StaffPerformSummaryVo {
/** /**
* 备注 * 备注
*/ */
@Excel(name = "备注1",sort = 17) @Excel(name = "备注1",sort = 19)
private String remark; private String remark;
/** /**
* 年 * 年
......
...@@ -22,6 +22,10 @@ public class StaffPerformSummaryVo extends BaseEntityLong { ...@@ -22,6 +22,10 @@ public class StaffPerformSummaryVo extends BaseEntityLong {
private String phoneNumber; private String phoneNumber;
private Integer sortKind; private Integer sortKind;
@Excel(name = "备注2",sort = 18) @Excel(name = "备注2",sort = 20)
private String remarkAddDesc; private String remarkAddDesc;
@Excel(name = "政务服务管理科审核等次(“好”等次比例40%) ",sort = 17)
private String beiyong1;
@Excel(name = "服务明星推荐 (“好”等次20%)",sort = 18)
private String beiyong2;
} }
\ 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