Commit e5ac4850 authored by 赵桢's avatar 赵桢

导出修改上报年份

parent d5b44095
...@@ -14,6 +14,7 @@ public class PerformanceSummaryTotal { ...@@ -14,6 +14,7 @@ public class PerformanceSummaryTotal {
public Integer getQnYear() { public Integer getQnYear() {
return qnYear; return qnYear;
} }
@ExcelProperty({"上报年份"})
private Integer qnYear; //上报年份 private Integer qnYear; //上报年份
public void setQnYear(Integer qnYear) { public void setQnYear(Integer qnYear) {
this.qnYear = qnYear; this.qnYear = qnYear;
......
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