Commit 32992156 authored by 赵桢's avatar 赵桢

导出修改

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