Commit 03d9976a authored by 刘鑫鹏's avatar 刘鑫鹏

修改类型

parent 0160eb3f
...@@ -18,7 +18,7 @@ public class EntrepreneurshipFunding { ...@@ -18,7 +18,7 @@ public class EntrepreneurshipFunding {
private String spaceName; private String spaceName;
@ExcelProperty({"创新创业工作经费","经费"}) @ExcelProperty({"创新创业工作经费","经费"})
private Double funding; private String funding;
public Integer getIndex() { public Integer getIndex() {
return index; return index;
...@@ -36,11 +36,11 @@ public class EntrepreneurshipFunding { ...@@ -36,11 +36,11 @@ public class EntrepreneurshipFunding {
this.spaceName = spaceName; this.spaceName = spaceName;
} }
public Double getFunding() { public String getFunding() {
return funding; return funding;
} }
public void setFunding(Double funding) { public void setFunding(String funding) {
this.funding = funding; this.funding = funding;
} }
} }
......
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