http-url、ddos导出列调整
This commit is contained in:
@@ -36,15 +36,15 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
protected String showName;//表在界面上展示的名称
|
||||
protected String seltype;//选中类型,页面搜索用
|
||||
protected String tableName;
|
||||
@ExcelField(title="userregion1",sort=2)
|
||||
@ExcelField(title="userregion1",sort=3)
|
||||
protected String userRegion1;
|
||||
@ExcelField(title="userregion2",sort=3)
|
||||
@ExcelField(title="userregion2",sort=4)
|
||||
protected String userRegion2;
|
||||
@ExcelField(title="userregion3",sort=4)
|
||||
@ExcelField(title="userregion3",sort=5)
|
||||
protected String userRegion3;
|
||||
@ExcelField(title="userregion4",sort=5)
|
||||
@ExcelField(title="userregion4",sort=6)
|
||||
protected String userRegion4;
|
||||
@ExcelField(title="userregion5",sort=6)
|
||||
@ExcelField(title="userregion5",sort=7)
|
||||
protected String userRegion5;
|
||||
/**
|
||||
* 编译id
|
||||
@@ -72,7 +72,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
* GK类型
|
||||
*/
|
||||
@Expose
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION",sort=20)
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION",sort=2)
|
||||
protected Integer action;
|
||||
/**
|
||||
* 有效标识
|
||||
|
||||
Reference in New Issue
Block a user