Commit 82ca3b13 authored by 赵啸非's avatar 赵啸非

添加窗口导入导出模板

parent d89e89e3
...@@ -84,12 +84,12 @@ public class WindowEntity extends WindowVo { ...@@ -84,12 +84,12 @@ public class WindowEntity extends WindowVo {
/** /**
* 楼栋 * 楼栋
*/ */
@Excel(name = "楼栋",cellType= Excel.ColumnType.NUMERIC) @Excel(name = "楼栋")
private Integer building; private Integer building;
/** /**
* 楼层 * 楼层
*/ */
@Excel(name = "楼层",cellType= Excel.ColumnType.NUMERIC) @Excel(name = "楼层")
private Integer level; private Integer level;
/** /**
* 名称描述 * 名称描述
......
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