Commit b07298a3 authored by “yiyousong”'s avatar “yiyousong”
parents c972ec4b b2831854
...@@ -45,17 +45,17 @@ public class WindowEntity extends WindowVo { ...@@ -45,17 +45,17 @@ public class WindowEntity extends WindowVo {
/** /**
* 区域 * 区域
*/ */
@Excel(name = "用户名") @Excel(name = "区域")
private String region; private String region;
/** /**
* 英语区域 * 英语区域
*/ */
@Excel(name = "用户名") @Excel(name = "英语区域")
private String englishRegion; private String englishRegion;
/** /**
* 窗口编号 * 窗口编号
*/ */
@Excel(name = "用户名") @Excel(name = "窗口编号")
private String fromnum; private String fromnum;
/** /**
* 红旗窗口 (1.是,0.否) * 红旗窗口 (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