Commit 89f88833 authored by 赵啸非's avatar 赵啸非

添加窗口导入导出模板

parent a03e5820
......@@ -45,17 +45,17 @@ public class WindowEntity extends WindowVo {
/**
* 区域
*/
@Excel(name = "用户名")
@Excel(name = "区域")
private String region;
/**
* 英语区域
*/
@Excel(name = "用户名")
@Excel(name = "英语区域")
private String englishRegion;
/**
* 窗口编号
*/
@Excel(name = "用户名")
@Excel(name = "窗口编号")
private String fromnum;
/**
* 红旗窗口 (1.是,0.否)
......
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