Commit 54549345 authored by 王国存's avatar 王国存

问卷管理-导出优化

parent c5a2e4bd
......@@ -11,16 +11,16 @@ public class SpaceAndIncubation {
}
@ExcelProperty({"是否为国家级备案众创空间","序号"})
@ExcelProperty(value ="序号",index = 0)
private Integer index;
@ExcelProperty({"是否为国家级备案众创空间","空间名称"})
@ExcelProperty(value ="空间名称",index = 1)
private String spaceName;
@ExcelProperty({"是否为国家级备案众创空间","是否为国家级备案众创空间"})
private String isWhetherSpace;
@ExcelProperty({"是否为国家级备案众创空间","是否为国家创业孵化示范基地"})
@ExcelProperty({"是否为国家创业孵化示范基地","是否为国家创业孵化示范基地"})
private String isWhetherIncubation;
public Integer getIndex() {
......
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