Commit b109ece4 authored by 廖旭伟's avatar 廖旭伟

增加区域名称

parent ae12f015
......@@ -27,6 +27,7 @@ public class SiteTreeSelectVO implements Serializable {
* 区域编码
*/
private String areaCode;
private String areaName;
/**
* 是否叶子节点
*/
......
......@@ -236,6 +236,7 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
SiteTreeSelectVO rootNode = new SiteTreeSelectVO();
rootNode.setId("6182157d00ce41559e001a89d87f4057");
rootNode.setAreaCode("510000000000");
rootNode.setAreaName("四川省");
rootNode.setLabel("四川省");
rootNode.setType("area");
rootNode.setIcon("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