Commit 7850342c authored by 赵啸非's avatar 赵啸非

添加窗口大厅站点选项

parent 75c461d2
...@@ -44,6 +44,11 @@ public class AreaTreeSelect implements Serializable { ...@@ -44,6 +44,11 @@ public class AreaTreeSelect implements Serializable {
*/ */
private String icon; private String icon;
/**
* 区域等级(1.省,2.地市州,3.区县,4.街道,5.社区)
*/
private Integer areaLevel;
/** /**
* 子节点 * 子节点
*/ */
...@@ -59,6 +64,7 @@ public class AreaTreeSelect implements Serializable { ...@@ -59,6 +64,7 @@ public class AreaTreeSelect implements Serializable {
this.isLeaf = false; this.isLeaf = false;
} }
this.areaCode=entity.getAreaCode(); this.areaCode=entity.getAreaCode();
this.areaLevel=entity.getAreaLevel();
this.type = "area"; this.type = "area";
this.icon = "el-icon-folder"; this.icon = "el-icon-folder";
} }
......
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