管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-08-03 5e06e700474cf8cf8f8e17358d1803cfd2cd23b9
1
已修改5个文件
1892 ■■■■■ 文件已修改
ExportMap/cs/CommonUtils.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/ExportUtil.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/SGUtils.cs 93 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/js/insertFiles.js 1789 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/up.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/CommonUtils.cs
@@ -59,7 +59,7 @@
                string ip = Tools.GetLocalIP();
                foreach (SysTask task in tasks)
                {
                    if (ip != task.ip || task.status > 1) continue;
                    if (ip != task.ip || task.status > 1 || task.pid < 1) continue;
                    task.status = 3;
                    task.update_user = args.userId;
ExportMap/cs/ExportUtil.cs
@@ -143,7 +143,7 @@
            CreateTemplate(args);
            string cmd = string.Format("python \"{0}\" -qgz {1} -qpt {2}", PyFile, qgz, args.qpt);
            SysTask task = TaskDBHelper.CreateTask(ToXYZArgs(args), "PNG", "在线制图");
            SysTask task = TaskDBHelper.CreateTask(ToXYZArgs(args), "PNG", "在线制图(PNG)");
            err = Tools.ExecCmd(task, cmd, true, true);
            string qptFile = Path.Combine(SourcesPath, args.qpt);
ExportMap/cs/SGUtils.cs
@@ -73,6 +73,10 @@
            Tools.SetIsModel(args, list);
            MoveFiles(list);
            SysTask task = CreateTask(args, list);
            task.pid = 0;
            task.id = TaskDBHelper.Insert(task);
            //string names = GetNames(list);
            string sql = getSql(list);
            for (int i = 0; i < 61; i++)
@@ -83,10 +87,41 @@
                List<SpatialItem> items = SelectItemsBySql(sql);
                if (null == items || items.Count == 0) continue;
                task = TaskDBHelper.SelectById(task.id);
                if (null != task && task.status < 2)
                {
                    task.status = 2;
                    TaskDBHelper.Update(task);
                }
                return InsertInto(list, items, args);
            }
            task = TaskDBHelper.SelectById(task.id);
            if (null != task && task.status < 2)
            {
                task.status = 4;
                task.err = "没有数据要发布";
                TaskDBHelper.Update(task);
            }
            return null;
        }
        /// <summary>
        /// 创建任务
        /// </summary>
        private SysTask CreateTask(XYZArgs args, List<SysMeta> list)
        {
            switch (list[0].type)
            {
                case "3dml":
                    return TaskDBHelper.CreateTask(args, "3DML", "三维模型(3DML)");
                case "cpt":
                    return TaskDBHelper.CreateTask(args, "CPT", "点云数据(CPT)");
                default:
                    return TaskDBHelper.CreateTask(args, "MPT", "场景数据(MPT)");
            }
        }
        /// <summary>
@@ -116,35 +151,6 @@
            return list;
        }
        #region 废弃 *
        /// <summary>
        /// 查询SG数据项
        /// </summary>
        public List<SpatialItem> SelectItems(string names)
        {
            string sql = string.Format("select id, Name, RelativePath, LayerName, DataSourceId, Description from SpatialItems where Name in ({0}) order by id desc", names);
            DataTable dt = SQLiteHelper.GetDataTable(sql);
            List<SpatialItem> list = ModelHandler.FillModel<SpatialItem>(dt);
            return list;
        }
        /// <summary>
        /// 获取名称字符串
        /// </summary>
        private string GetNames(List<SysMeta> metas)
        {
            List<string> list = new List<string>();
            foreach (SysMeta meta in metas)
            {
                list.Add("'" + meta.id + "_" + meta.name + "'");
            }
            return string.Join(",", list);
        }
        #endregion
        /// <summary>
        /// 移除空文件
@@ -260,6 +266,35 @@
            }
        }
        #region 废弃 *
        /// <summary>
        /// 查询SG数据项
        /// </summary>
        public List<SpatialItem> SelectItems(string names)
        {
            string sql = string.Format("select id, Name, RelativePath, LayerName, DataSourceId, Description from SpatialItems where Name in ({0}) order by id desc", names);
            DataTable dt = SQLiteHelper.GetDataTable(sql);
            List<SpatialItem> list = ModelHandler.FillModel<SpatialItem>(dt);
            return list;
        }
        /// <summary>
        /// 获取名称字符串
        /// </summary>
        private string GetNames(List<SysMeta> metas)
        {
            List<string> list = new List<string>();
            foreach (SysMeta meta in metas)
            {
                list.Add("'" + meta.id + "_" + meta.name + "'");
            }
            return string.Join(",", list);
        }
        #endregion
        #region * 废弃 *
        /// <summary>
        /// 获取最大ID值
ExportMap/js/insertFiles.js
@@ -1,1788 +1 @@
var metaFiles = [
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 163,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "b1bfb55d-ccd3-402a-a2c4-ae68d0fdcc5f",
        "extName": ".dwg",
        "guid": "810df4ee366d1b32975b6d087fcb8616",
        "msg": null,
        "name": "姜沟隧道工程地质剖面图.dwg",
        "path": "20230127_zip\\原点检查\\姜沟隧道工程地质剖面图.dwg",
        "rows": 0,
        "sizes": 0.15,
        "tab": null,
        "type": "dwg",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 168,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "a22df3c9-711c-448b-9c8a-ac40dd7cdd91",
        "extName": ".pdf",
        "guid": "2c4d2331e6ccda59d6b2d782d2579744",
        "msg": null,
        "name": "00116BT02-CR001#ESV-DW-0001 封面.pdf",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\PDF\\00116BT02-CR001#ESV-DW-0001 封面.pdf",
        "rows": 0,
        "sizes": 0.148,
        "tab": null,
        "type": "pdf",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 168,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "bd8d1318-e257-4479-b31e-32040126e66c",
        "extName": ".pdf",
        "guid": "8750e266b37e9c3572a4c06669eb8bd2",
        "msg": null,
        "name": "00116BT02-CR001#ESV-DW-0001(大河沿河穿越地形图).pdf",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\PDF\\00116BT02-CR001#ESV-DW-0001(大河沿河穿越地形图).pdf",
        "rows": 0,
        "sizes": 2.511,
        "tab": null,
        "type": "pdf",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 168,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "8b828a2d-92c0-425d-967a-24e2fac214ee",
        "extName": ".pdf",
        "guid": "02b83c10b866e8ca5098ad3b56f84bf4",
        "msg": null,
        "name": "00116BT02-CR001#ESV-IN-0001(资料图纸目录).pdf",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\PDF\\00116BT02-CR001#ESV-IN-0001(资料图纸目录).pdf",
        "rows": 0,
        "sizes": 0.233,
        "tab": null,
        "type": "pdf",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "af4466dd-2ffd-4c9c-928f-c9670d1a9b8c",
        "extName": ".gdb",
        "guid": "0e32afa851f01c414a2e550f46950e3f",
        "msg": null,
        "name": "1类.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\1类.gdb",
        "rows": 0,
        "sizes": 0.253,
        "tab": "超级市场",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "24567c66-2d68-4962-a196-2d48a87b8ff8",
        "extName": ".gdb",
        "guid": "0e32afa851f01c414a2e550f46950e3f",
        "msg": null,
        "name": "1类.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\1类.gdb",
        "rows": 0,
        "sizes": 0.253,
        "tab": "公园广场",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "7b3e87e2-a716-434f-b90f-1632496d5ca8",
        "extName": ".gdb",
        "guid": "0e32afa851f01c414a2e550f46950e3f",
        "msg": null,
        "name": "1类.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\1类.gdb",
        "rows": 0,
        "sizes": 0.253,
        "tab": "商场",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "24c743de-604d-4da0-a02c-8fadcead1f1a",
        "extName": ".gdb",
        "guid": "0e32afa851f01c414a2e550f46950e3f",
        "msg": null,
        "name": "1类.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\1类.gdb",
        "rows": 0,
        "sizes": 0.253,
        "tab": "学校",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "07672482-1b1e-46ec-9116-ae22351abc06",
        "extName": ".gdb",
        "guid": "0e32afa851f01c414a2e550f46950e3f",
        "msg": null,
        "name": "1类.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\1类.gdb",
        "rows": 0,
        "sizes": 0.253,
        "tab": "医院",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": "dlg25wboul",
        "epsgCode": "EPSG:4490",
        "eventid": "5d2b3d1f-dcf1-42ad-94ba-8c281bf13b15",
        "extName": ".gdb",
        "guid": "6b59075f0ff6611b815616bedc8b6af3",
        "msg": null,
        "name": "pg.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\pg.gdb",
        "rows": 0,
        "sizes": 0.194,
        "tab": "dlg_25w_boul",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": "dlg25wresa",
        "epsgCode": "EPSG:4490",
        "eventid": "da5260b3-c50d-447c-ba9f-1606519d554e",
        "extName": ".gdb",
        "guid": "6b59075f0ff6611b815616bedc8b6af3",
        "msg": null,
        "name": "pg.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\pg.gdb",
        "rows": 0,
        "sizes": 0.194,
        "tab": "dlg_25w_resa",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 179,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "12b5d61f-2750-46b5-b85f-70d495f354d4",
        "extName": ".gdb",
        "guid": "6b59075f0ff6611b815616bedc8b6af3",
        "msg": null,
        "name": "pg.gdb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\pg.gdb",
        "rows": 0,
        "sizes": 0.194,
        "tab": "dlg_agnp",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 163,
        "entity": "dlgagnp",
        "epsgCode": "EPSG:4490",
        "eventid": "83f3fe69-4f4f-43dd-8c17-5f974d3ed4bf",
        "extName": ".shp",
        "guid": "22181537f49f838b7b7f72730ae91873",
        "msg": null,
        "name": "dlg_agnp.shp",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\POI数据\\pgShp\\dlg_agnp.shp",
        "rows": 0,
        "sizes": 0.007,
        "tab": "dlg_agnp",
        "type": "shp",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 173,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "3f332e9c-fad3-4518-ac4a-acb878a3f96a",
        "extName": ".osgb",
        "guid": "51bfe7e220ec7f612b61adfcb4358319",
        "msg": null,
        "name": "10031030001B00120000.osgb",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\倾斜摄影数据\\10031030001B00120000.osgb",
        "rows": 0,
        "sizes": 0.028,
        "tab": null,
        "type": "osgb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 181,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "b2f76a20-85fb-4435-8a7d-4ec4c2b4b657",
        "extName": ".xlsx",
        "guid": "5c62d97f98cb914260597f3ebf802d2d",
        "msg": null,
        "name": "倾斜摄影模型.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\元数据\\倾斜摄影模型.xlsx",
        "rows": 0,
        "sizes": 0.009,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 181,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "0d40bcaa-2fba-4d63-8dc9-94e522319dcd",
        "extName": ".xlsx",
        "guid": "237e4e0b0f6de49ce3ed9333b9ad4b39",
        "msg": null,
        "name": "数字正射影像图.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\元数据\\数字正射影像图.xlsx",
        "rows": 0,
        "sizes": 0.009,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 181,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "b2551936-0531-485c-aa18-af99e8198c28",
        "extName": ".xlsx",
        "guid": "00384620060869ab9dff9ea61cee0f91",
        "msg": null,
        "name": "激光点云模型.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\元数据\\激光点云模型.xlsx",
        "rows": 0,
        "sizes": 0.009,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 167,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "0d62bc34-4c83-4633-a0e9-efebb6827169",
        "extName": ".docx",
        "guid": "af335ca6af935885ebed58a43fb26382",
        "msg": null,
        "name": "00116BT02-CR001#ESV-DW-0101 封面.docx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\可编辑\\00116BT02-CR001#ESV-DW-0101 封面.docx",
        "rows": 0,
        "sizes": 0.059,
        "tab": null,
        "type": "docx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 167,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "554272e4-d7f9-4dff-af99-6d8f87618fc2",
        "extName": ".dwg",
        "guid": "8c8de9189d5dd07590779ad7e2773f38",
        "msg": null,
        "name": "00116BT02-CR001#ESV-DW-0101(大河沿河穿越地形图)0.dwg",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\可编辑\\00116BT02-CR001#ESV-DW-0101(大河沿河穿越地形图)0.dwg",
        "rows": 0,
        "sizes": 1.195,
        "tab": null,
        "type": "dwg",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 167,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "da26d409-d2ab-4d52-bfba-565e69b3fc73",
        "extName": ".dwg",
        "guid": "5a9750f34cc13cbfd2c04f24fb30b741",
        "msg": null,
        "name": "00116BT02-CR001#ESV-DW-0101(大河沿河穿越纵断面图)0.dwg",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\可编辑\\00116BT02-CR001#ESV-DW-0101(大河沿河穿越纵断面图)0.dwg",
        "rows": 0,
        "sizes": 0.49,
        "tab": null,
        "type": "dwg",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 167,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "c63f6d83-bd55-4166-94e6-c7eb0381d7b2",
        "extName": ".doc",
        "guid": "12d29544420995d1a8a52db3223ca6d5",
        "msg": null,
        "name": "00116BT02-CR001#ESV-IN-0101(资料图纸目录).doc",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\可编辑\\00116BT02-CR001#ESV-IN-0101(资料图纸目录).doc",
        "rows": 0,
        "sizes": 0.218,
        "tab": null,
        "type": "doc",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 163,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "09ff85bd-5fdf-49ce-8109-9d659cf8fc89",
        "extName": ".tif",
        "guid": "bb937bdee83df4517dc601d5b972d207",
        "msg": null,
        "name": "43-transparent.tif",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\数字正射影像图\\DOM_0.5m_tif\\43-transparent.tif",
        "rows": 0,
        "sizes": 8.013,
        "tab": null,
        "type": "tif",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 163,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "a3725fd7-32f2-486c-82dc-dd4925e356b4",
        "extName": ".tif",
        "guid": "4815287aeed899892e86222537a41f7d",
        "msg": null,
        "name": "PNGRASTER.tif",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\数字正射影像图\\DOM_0.5m_tif\\PNGRASTER.tif",
        "rows": 0,
        "sizes": 2.268,
        "tab": null,
        "type": "tif",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 163,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "039c3fa9-9463-4a84-b0b9-99314956fe1b",
        "extName": ".tif",
        "guid": "64c82ad1c5ae76a5a5a0ff50614eff76",
        "msg": null,
        "name": "43_transparent_mosaic.tif",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\数字正射影像图\\DOM_1m_tif\\43_transparent_mosaic.tif",
        "rows": 0,
        "sizes": 2.259,
        "tab": null,
        "type": "tif",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 163,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "ea468e73-d09e-40bd-bb77-3df7bb647c62",
        "extName": ".tif",
        "guid": "c001f124cb8431387ddcdfac9c596905",
        "msg": null,
        "name": "DEM.tif",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\数字高程模型\\DEM_2m\\DEM.tif",
        "rows": 0,
        "sizes": 6.386,
        "tab": null,
        "type": "tif",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 169,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "46a1e85e-3498-49cf-80f5-51d0e81eb9d2",
        "extName": ".xlsx",
        "guid": "e9d9da535e7457d109e54850b7677f8d",
        "msg": null,
        "name": "中线成果表.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\测量表格数据\\中线成果表.xlsx",
        "rows": 0,
        "sizes": 0.013,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 169,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "f5b8b9fa-c7b1-4373-8504-1696207827f3",
        "extName": ".xlsx",
        "guid": "c2a52e1cb4700430c258e4dff4875368",
        "msg": null,
        "name": "地面线.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\测量表格数据\\地面线.xlsx",
        "rows": 0,
        "sizes": 0.052,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 169,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "39b21991-c161-4a8b-85be-761db0ec283d",
        "extName": ".xlsx",
        "guid": "b64003be883d55d34df8033c1b408252",
        "msg": null,
        "name": "平面图索引文件.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\测量表格数据\\平面图索引文件.xlsx",
        "rows": 0,
        "sizes": 0.01,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 169,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "d9bc30bf-7220-4395-9c9b-e579741964c7",
        "extName": ".xlsx",
        "guid": "44fa5a63f7b96dacd5267ad6373fdd28",
        "msg": null,
        "name": "控制点.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\测量表格数据\\控制点.xlsx",
        "rows": 0,
        "sizes": 0.009,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 169,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "30e8a723-8b96-4b6f-b1bb-66e1de5e054a",
        "extName": ".xlsx",
        "guid": "1972617f34e39fd1328a2d63801a632a",
        "msg": null,
        "name": "离散点.xlsx",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\测量表格数据\\离散点.xlsx",
        "rows": 0,
        "sizes": 0.066,
        "tab": null,
        "type": "xlsx",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 1,
        "dirid": 174,
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "1960bb99-9bcd-4169-986e-3c70223b06b0",
        "extName": ".laz",
        "guid": "2029c322846ea5327c33ac2050b53577",
        "msg": null,
        "name": "CoV_4900E_54570N.laz",
        "path": "20230127_zip\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116bt02)\\西气东输四线天然气管道工程(吐鲁番-中卫)(00116BT02)\\大中型穿跨越工程(CR)\\CR001\\测量(ESV)\\激光点云数据\\CoV_4900E_54570N.laz",
        "rows": 0,
        "sizes": 19.834,
        "tab": null,
        "type": "laz",
        "verid": 0
    }
];
var dbFiles = [
    {
        "createTime": null,
        "createUser": 1,
        "depid": 38,
        "dirid": 163,
        "entity": "dlg25wboul",
        "epsgCode": "EPSG:4490",
        "eventid": "19be2b93-937f-462b-bba0-e6882024ebe8",
        "extName": ".gdb",
        "guid": "6b59075f0ff6611b815616bedc8b6af3",
        "msg": null,
        "name": "pg.gdb",
        "path": "20230127_zip\\test.gdb\\pg.gdb",
        "rows": 0,
        "sizes": 0.194,
        "tab": "dlg_25w_boul",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 38,
        "dirid": 163,
        "entity": "dlg25wresa",
        "epsgCode": "EPSG:4490",
        "eventid": "e6bcaff7-3777-45ec-b716-45458f648807",
        "extName": ".gdb",
        "guid": "6b59075f0ff6611b815616bedc8b6af3",
        "msg": null,
        "name": "pg.gdb",
        "path": "20230127_zip\\test.gdb\\pg.gdb",
        "rows": 0,
        "sizes": 0.194,
        "tab": "dlg_25w_resa",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 38,
        "dirid": 163,
        "entity": "dlgagnp",
        "epsgCode": "EPSG:4490",
        "eventid": "17c6b466-01ff-47b9-b775-e6e4d25f7c7c",
        "extName": ".gdb",
        "guid": "6b59075f0ff6611b815616bedc8b6af3",
        "msg": null,
        "name": "pg.gdb",
        "path": "20230127_zip\\test.gdb\\pg.gdb",
        "rows": 0,
        "sizes": 0.194,
        "tab": "dlg_agnp",
        "type": "gdb",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 38,
        "dirid": 163,
        "entity": "dlg25wboul",
        "epsgCode": "EPSG:4490",
        "eventid": "108f1f92-0722-4067-a442-10ee5b6c1cc2",
        "extName": ".shp",
        "guid": "d1da4cc853172da980dd36e9d8e26b24",
        "msg": null,
        "name": "dlg_25w_boul.shp",
        "path": "20230127_zip\\test.shp\\pgShp\\dlg_25w_boul.shp",
        "rows": 0,
        "sizes": 0.003,
        "tab": "dlg_25w_boul",
        "type": "shp",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 38,
        "dirid": 163,
        "entity": "dlg25wresa",
        "epsgCode": "EPSG:4490",
        "eventid": "2e991281-f096-43a5-a4e8-4173c25b2891",
        "extName": ".shp",
        "guid": "44bb08c1a69b7ba2b3a8096e22d067f3",
        "msg": null,
        "name": "dlg_25w_resa.shp",
        "path": "20230127_zip\\test.shp\\pgShp\\dlg_25w_resa.shp",
        "rows": 0,
        "sizes": 0.007,
        "tab": "dlg_25w_resa",
        "type": "shp",
        "verid": 0
    },
    {
        "createTime": null,
        "createUser": 1,
        "depid": 38,
        "dirid": 163,
        "entity": "dlgagnp",
        "epsgCode": "EPSG:4490",
        "eventid": "8fc608a9-71b7-4c5f-96e2-baeae26aeda6",
        "extName": ".shp",
        "guid": "20e9c84639279604e9539f8003a49747",
        "msg": null,
        "name": "dlg_agnp.shp",
        "path": "20230127_zip\\test.shp\\pgShp\\dlg_agnp.shp",
        "rows": 0,
        "sizes": 0.001,
        "tab": "dlg_agnp",
        "type": "shp",
        "verid": 0
    }
];
var xlsFiles = [{
    "createTime": null,
    "createUser": 1,
    "depcode": "00",
    "dircode": "0A",
    "entity": null,
    "epsgCode": "EPSG:4490",
    "eventid": "de7305ea-8e4c-4bb5-a135-f40ee8a15012",
    "extName": ".xls",
    "guid": "d33145704a27cda67577d7c51dc26c18",
    "isMeta": false,
    "msg": null,
    "name": "三桩一牌.xls",
    "path": "20230428\\三桩一牌.xls",
    "rows": 0,
    "sizes": 0.021,
    "tab": null,
    "type": "xls",
    "verid": 0
}, {
    "createTime": null,
    "createUser": 1,
    "depcode": "00",
    "dircode": "0A",
    "entity": null,
    "epsgCode": "EPSG:4490",
    "eventid": "d1091b43-e3a4-4ef2-bc3a-b93396d9d827",
    "extName": ".xls",
    "guid": "34250a66dfc5508dd4e2de16790c5913",
    "isMeta": false,
    "msg": null,
    "name": "数字正射影像图.xlsx",
    "path": "20230428\\数字正射影像图.xlsx",
    "rows": 0,
    "sizes": 0.009,
    "tab": null,
    "type": "xls",
    "verid": 0
}];
var metaFiles = [
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "95039434-2f86-4a64-adaf-ea4fdb1b82db",
        "extName": ".dwg",
        "guid": "e5abbed4e68d201abde9454f7bd87655",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0103 储油洞室平面布置图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0103 储油洞室平面布置图.dwg",
        "rows": 0,
        "sizes": 8.236,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "0caf3749-866b-490e-a914-f5125941ac9c",
        "extName": ".dwg",
        "guid": "afe2fa68a352487c3f6ef8332e53a48a",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0104 施工巷道平面图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0104 施工巷道平面图.dwg",
        "rows": 0,
        "sizes": 8.206,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "81fc1409-230f-4107-ba24-8ef43e9babb4",
        "extName": ".dwg",
        "guid": "6d40c9c88c3363f2d947e0ae8ad6bc61",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0106 水幕系统平面布置图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0106 水幕系统平面布置图.dwg",
        "rows": 0,
        "sizes": 5.967,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "948a8606-91d2-4938-a5ff-27241acee6bd",
        "extName": ".dwg",
        "guid": "b11941266488eb48bb6090c264cd98fc",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0130 储油洞室注浆典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0130 储油洞室注浆典型图.dwg",
        "rows": 0,
        "sizes": 0.096,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "5bf9bc9f-fd61-4791-8de8-242953e55475",
        "extName": ".dwg",
        "guid": "c37aafe75a9bdbb830a5020d1bb03c76",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0149 施工巷道注浆典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0149 施工巷道注浆典型图.dwg",
        "rows": 0,
        "sizes": 0.748,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "8b2a4ed2-b388-4e8d-8b1f-dd8be2c7376a",
        "extName": ".dwg",
        "guid": "d25f1f6149a3b90926504a53ca06e643",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0161 出油和通风竖井注浆加固图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0161 出油和通风竖井注浆加固图.dwg",
        "rows": 0,
        "sizes": 0.11,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "a48ed927-2e7c-42f4-a6ed-4a9e9f71d341",
        "extName": ".dwg",
        "guid": "9623ed4683304b9e6fffd8dc9064df9b",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0172 水幕巷道注浆典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0172 水幕巷道注浆典型图.dwg",
        "rows": 0,
        "sizes": 0.115,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "0cf882a5-9930-419a-b12b-0069960086b1",
        "extName": ".dwg",
        "guid": "c08ea07a103f1b334b541a4adf33898a",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0182 连接巷道注浆典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0182 连接巷道注浆典型图.dwg",
        "rows": 0,
        "sizes": 0.102,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "43876183-e524-4c91-9e5c-a58399d26b00",
        "extName": ".dwg",
        "guid": "527e1f9fa75bde8695301ff77bd1ea10",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-DW-0188 施工巷道、连接巷道密封塞预注浆图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#ECR-DW-0188 施工巷道、连接巷道密封塞预注浆图.dwg",
        "rows": 0,
        "sizes": 0.158,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "a8b9903c-fb14-4d32-9f22-ac873021bc09",
        "extName": ".dwg",
        "guid": "63ea6d68c377863616d27db2582bc7a2",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#EGD-DW-0107 地下工程1-1、2-2剖面图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#EGD-DW-0107 地下工程1-1、2-2剖面图.dwg",
        "rows": 0,
        "sizes": 4.64,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "fc8c46e2-4dbd-4876-ae7f-a7513e1d284f",
        "extName": ".dwg",
        "guid": "a1c2320b86aee2ddee0fe4cc8492b998",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#EGD-DW-0108 地下工程3-3、4-4剖面图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#EGD-DW-0108 地下工程3-3、4-4剖面图.dwg",
        "rows": 0,
        "sizes": 4.636,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "9ddf257e-2000-4dcb-b794-96736de8a45a",
        "extName": ".dwg",
        "guid": "d9003567e05bb41df344d5eb7767d004",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#EGD-DW-0109 地下工程断面图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#EGD-DW-0109 地下工程断面图.dwg",
        "rows": 0,
        "sizes": 5.984,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "8cb2a939-2302-4c71-8b84-9ba3c1e77084",
        "extName": ".dwg",
        "guid": "1302f8e12872d5507cf8def0d110c21b",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#EGD-DW-0110 水文地质监测布置图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#EGD-DW-0110 水文地质监测布置图.dwg",
        "rows": 0,
        "sizes": 8.348,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "36cfa275-61dd-448e-a7bf-f92f503c4387",
        "extName": ".dwg",
        "guid": "238f5e8e413067fca34f6cc74cce53de",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#EGD-DW-0111 振动监测布置图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC04R01-GI001#EGD-DW-0111 振动监测布置图.dwg",
        "rows": 0,
        "sizes": 8.26,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "e15086c2-0363-4864-b7d7-e85a6eb34326",
        "extName": ".dwg",
        "guid": "a0a3dc21e958bca81f34d8ef11cab5d5",
        "isMeta": false,
        "msg": null,
        "name": "GC08R01-GI001#EGD-DW-0103-1 工程地质剖面图1-1.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\GC08R01-GI001#EGD-DW-0103-1 工程地质剖面图1-1.dwg",
        "rows": 0,
        "sizes": 2.146,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "28cd19dd-76f2-498e-bf7c-4a47aea1737a",
        "extName": ".dwg",
        "guid": "024402a04d5800b34462dd35556fae05",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-1.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-1.dwg",
        "rows": 0,
        "sizes": 6.792,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "9cb3c5f8-56af-4521-9bae-dd8d7a353311",
        "extName": ".dwg",
        "guid": "d95a388ec51bd9e9f116b565b919a47f",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-2.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-2.dwg",
        "rows": 0,
        "sizes": 0.422,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "90abd29f-ebd3-4236-ad63-287842b82046",
        "extName": ".dwg",
        "guid": "b3b8cb4c37a6c2db4d70a8547a105a11",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-3.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-3.dwg",
        "rows": 0,
        "sizes": 0.377,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "d461ca8a-9e2e-42e0-a085-5aff29da9225",
        "extName": ".dwg",
        "guid": "a7082def8a651e245cfad3034fd422d3",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-4.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-4.dwg",
        "rows": 0,
        "sizes": 0.47,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "a6ff9f64-1b5d-4335-be8f-a562ca2b10cf",
        "extName": ".dwg",
        "guid": "87a6697be678efe2fbfbfd4086206642",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-5.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-5.dwg",
        "rows": 0,
        "sizes": 0.345,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "16d0f64a-d4fb-42db-a578-98b9cfc7a9a2",
        "extName": ".dwg",
        "guid": "ceb2a2e5c6fe78a5ed597be35072ca4e",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-6.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-6.dwg",
        "rows": 0,
        "sizes": 0.456,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "e6fca721-c3d2-4a7e-92e8-064f63ef07ac",
        "extName": ".dwg",
        "guid": "3a09776324d665658c70dda1de860c3c",
        "isMeta": false,
        "msg": null,
        "name": "OT-00-GI01-ST-DW-001-7.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\OT-00-GI01-ST-DW-001-7.dwg",
        "rows": 0,
        "sizes": 0.228,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "f738aebe-7c32-4dd3-b845-ba92255ed479",
        "extName": ".dwg",
        "guid": "94a21a35452ab8d2bc96f648d509fb9b",
        "isMeta": false,
        "msg": null,
        "name": "储油洞室Q支护典型图(1).dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\储油洞室Q支护典型图(1).dwg",
        "rows": 0,
        "sizes": 0.095,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "90ad1619-a54b-46de-8fd8-fb0e36590b23",
        "extName": ".dwg",
        "guid": "7cf890dfd535aa0757e9ca30f20c9522",
        "isMeta": false,
        "msg": null,
        "name": "出油和通风竖井支护典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\出油和通风竖井支护典型图.dwg",
        "rows": 0,
        "sizes": 0.132,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "4f7ef306-fdf7-4d6c-858c-ea1dc96b792a",
        "extName": ".dwg",
        "guid": "21abdee2a1c53cfaa01cbb08ed1fe34b",
        "isMeta": false,
        "msg": null,
        "name": "地下工程总平面布置图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\地下工程总平面布置图.dwg",
        "rows": 0,
        "sizes": 8.274,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "702a771b-eabb-4e66-bd94-f8c6497c8eed",
        "extName": ".dwg",
        "guid": "e00e0265b0caaec4ea129e9d70a5ff67",
        "isMeta": false,
        "msg": null,
        "name": "地质素描图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\地质素描图.dwg",
        "rows": 0,
        "sizes": 0.097,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "ebd1400d-3a4d-459c-b3ca-df4c0395b707",
        "extName": ".dwg",
        "guid": "34c53252dfc8a325f6ecf9f2d4749993",
        "isMeta": false,
        "msg": null,
        "name": "施工巷道Q支护典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\施工巷道Q支护典型图.dwg",
        "rows": 0,
        "sizes": 0.759,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "904451df-eefd-4fef-9599-78db095a174f",
        "extName": ".dwg",
        "guid": "cf00fcb2ce99011c62bb4476c7f5ba46",
        "isMeta": false,
        "msg": null,
        "name": "施工巷道、连接巷道密封塞结构图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\施工巷道、连接巷道密封塞结构图.dwg",
        "rows": 0,
        "sizes": 0.168,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "21ad7c77-9cff-4525-9c9f-ad1656e3eed3",
        "extName": ".dwg",
        "guid": "1302f8e12872d5507cf8def0d110c21b",
        "isMeta": false,
        "msg": null,
        "name": "水封监测布置图-布局1.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\水封监测布置图-布局1.dwg",
        "rows": 0,
        "sizes": 8.348,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "d74497fb-fdaf-4c30-aaa3-5f4131919f81",
        "extName": ".dwg",
        "guid": "ce99814446bc392fab937fcb1a845783",
        "isMeta": false,
        "msg": null,
        "name": "水幕巷道Q支护典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\水幕巷道Q支护典型图.dwg",
        "rows": 0,
        "sizes": 0.093,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "a03728b0-9603-4a3c-b0f2-2ccdc701af23",
        "extName": ".dwg",
        "guid": "238f5e8e413067fca34f6cc74cce53de",
        "isMeta": false,
        "msg": null,
        "name": "稳定性监测布置图-布局1.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\稳定性监测布置图-布局1.dwg",
        "rows": 0,
        "sizes": 8.26,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "e484f5d0-780e-43d1-83c5-c8768af49d35",
        "extName": ".dwg",
        "guid": "acb5435e85c4122affb5e796d3f1ac8f",
        "isMeta": false,
        "msg": null,
        "name": "连接巷道Q支护典型图.dwg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\图件成果\\连接巷道Q支护典型图.dwg",
        "rows": 0,
        "sizes": 0.095,
        "tab": null,
        "type": "dwg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "8a811ae3-c904-491f-b1f7-a946c53d2ea4",
        "extName": ".doc",
        "guid": "ec89103bd3f00c6b4ba39f70e13c6d48",
        "isMeta": false,
        "msg": null,
        "name": "GC04R01-GI001#ECR-RP-01-01 说明书.doc",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\文档成果\\GC04R01-GI001#ECR-RP-01-01 说明书.doc",
        "rows": 0,
        "sizes": 35.458,
        "tab": null,
        "type": "doc",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "dd50086f-1cff-4a8e-b8d4-89838f62dd8c",
        "extName": ".jpg",
        "guid": "72a50cff348bb822a1bf7b577ca85bf1",
        "isMeta": false,
        "msg": null,
        "name": "2S_STA79_1.jpg",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\2S_STA79_1.jpg",
        "rows": 0,
        "sizes": 2.606,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "cdfd4d0e-dfb0-4d67-a058-767750b9fc6f",
        "extName": ".jpg",
        "guid": "8bd8cd187d2009d695265e675ac60331",
        "isMeta": false,
        "msg": null,
        "name": "DSCN0017.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSCN0017.JPG",
        "rows": 0,
        "sizes": 2.686,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "debb95df-c6fc-477c-846a-3738efdad885",
        "extName": ".jpg",
        "guid": "1c24f355e6c164d4b8694f3d0c3e2afc",
        "isMeta": false,
        "msg": null,
        "name": "DSCN0861.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSCN0861.JPG",
        "rows": 0,
        "sizes": 5.068,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "0fb10977-0e7a-49c1-82c7-d15230cad011",
        "extName": ".jpg",
        "guid": "99ffce2722f2a77eca5d0f509e8c0f76",
        "isMeta": false,
        "msg": null,
        "name": "DSCN2336.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSCN2336.JPG",
        "rows": 0,
        "sizes": 4.847,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "84ac20a6-c0ea-49fb-bba7-721cdcf9e0ea",
        "extName": ".jpg",
        "guid": "8a2692ac00f24d24939b2be33ed1dbef",
        "isMeta": false,
        "msg": null,
        "name": "DSC_0011.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSC_0011.JPG",
        "rows": 0,
        "sizes": 5.886,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "16726c10-6c8c-4ba9-9522-7410f9bb9ec5",
        "extName": ".jpg",
        "guid": "473810f1e3f23fcaef64790e42ed8803",
        "isMeta": false,
        "msg": null,
        "name": "DSC_0199.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSC_0199.JPG",
        "rows": 0,
        "sizes": 5.388,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "edb12d69-a855-4280-9e2e-163a771b4963",
        "extName": ".jpg",
        "guid": "1880c5189c7a8be36dbbe476b6206ad3",
        "isMeta": false,
        "msg": null,
        "name": "DSC_0275.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSC_0275.JPG",
        "rows": 0,
        "sizes": 4.046,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "2bb2a863-9877-4598-82d4-f0bd3317a245",
        "extName": ".jpg",
        "guid": "9fb37b5b5f81ece4b23a0272eb14fc37",
        "isMeta": false,
        "msg": null,
        "name": "DSC_0302.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSC_0302.JPG",
        "rows": 0,
        "sizes": 4.913,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "06028cab-e67c-4af3-8670-01fc4fe20272",
        "extName": ".jpg",
        "guid": "c2cd8d50f7665aac040a4cfb909354d5",
        "isMeta": false,
        "msg": null,
        "name": "DSC_0391.JPG",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\DSC_0391.JPG",
        "rows": 0,
        "sizes": 5.078,
        "tab": null,
        "type": "jpg",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "674c4ccb-3419-4001-a7e8-4723fe215d68",
        "extName": ".pdf",
        "guid": "c1982f0a461a4e0526a586746a918f9c",
        "isMeta": false,
        "msg": null,
        "name": "GC08R01-GI001#EGD-DW-0103-1 工程地质剖面图1-1.pdf",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\相关附件\\GC08R01-GI001#EGD-DW-0103-1 工程地质剖面图1-1.pdf",
        "rows": 0,
        "sizes": 0.575,
        "tab": null,
        "type": "pdf",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "54568365-b58e-489c-8a04-54f0a9debe78",
        "extName": ".xlsx",
        "guid": "574720da3cd0dd104e9397d7b1b1ba59",
        "isMeta": false,
        "msg": null,
        "name": "勘探点表.xlsx",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\表格成果\\勘探点表.xlsx",
        "rows": 0,
        "sizes": 0.011,
        "tab": null,
        "type": "xlsx",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "0223f8f0-c5d0-4fa8-a2ea-47e7521b0ab6",
        "extName": ".xlsx",
        "guid": "5140d9f7554c3a30a8c005e382cd0778",
        "isMeta": false,
        "msg": null,
        "name": "地下水文监测.xlsx",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\表格成果\\地下水文监测.xlsx",
        "rows": 0,
        "sizes": 0.025,
        "tab": null,
        "type": "xlsx",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0A",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "3c99023c-3da6-45a3-85a9-6ce4bf006ab7",
        "extName": ".xlsx",
        "guid": "481ef817d51191143e53648f79bce0cf",
        "isMeta": false,
        "msg": null,
        "name": "工程地质剖面图控制点.xlsx",
        "path": "20230531_zip\\西气东输三线石油地下储气库工程(枣阳-仙桃)(00003DA02)\\地下工程(UW)\\UW003\\枣阳市地下储气库(A01)\\洞库(EGD)\\表格成果\\工程地质剖面图控制点.xlsx",
        "rows": 0,
        "sizes": 0.009,
        "tab": null,
        "type": "xlsx",
        "verid": 0,
        "xlsPath": null
    }
];
var metaFiles = [
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0102",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "9859170c-5464-475f-b174-fd9d8ef2973b",
        "extName": ".osgb",
        "guid": "ca3a73591c0638839a472176d2bb1a96",
        "isMeta": false,
        "msg": null,
        "name": "3-1倾斜模型-中卫站",
        "path": "20230621_zip\\3-1倾斜模型-中卫站",
        "records": 0,
        "rows": 0,
        "sizes": 0.187,
        "tab": null,
        "type": "osgb",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0102",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "9ed8ead8-c357-4c5c-8a46-956039dc34b1",
        "extName": ".las",
        "guid": "ca9d97f192d2c3742f22d48e8b4fa1a9",
        "isMeta": false,
        "msg": null,
        "name": "HL_group1_densified_point_cloud_part_1.las",
        "path": "20230621_zip\\HL_group1_densified_point_cloud_part_1.las",
        "records": 0,
        "rows": 0,
        "sizes": 185.719,
        "tab": null,
        "type": "las",
        "verid": 0,
        "xlsPath": null
    },
    {
        "createTime": null,
        "createUser": 1,
        "depcode": "00",
        "dircode": "0102",
        "entity": null,
        "epsgCode": "EPSG:4490",
        "eventid": "81fee9da-8b6e-43e8-a277-da61e6d1dc24",
        "extName": ".docx",
        "guid": "2e3789b2aa7dd7e55d07ac4383eb9013",
        "isMeta": false,
        "msg": null,
        "name": "简报.docx",
        "path": "20230621_zip\\简报.docx",
        "records": 0,
        "rows": 0,
        "sizes": 0.011,
        "tab": null,
        "type": "docx",
        "verid": 0,
        "xlsPath": null
    }
];
var metaFiles = [{ "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "plpipelinepointa", "epsgCode": "EPSG:4490", "eventid": "82812e65-2049-4e50-aa1d-64ba216d097f", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\POI", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "POI", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "竣工图中线桩", "tabs": "pl_pipelinepoint_a", "ns": "si" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgctlpt2000", "epsgCode": "EPSG:4490", "eventid": "5163fd08-591a-49ef-a37c-8b463a8ea4d5", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\CTLPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "CTLPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "测量控制点", "tabs": "dlg_ctlpt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgctllk2000", "epsgCode": "EPSG:4490", "eventid": "ed749797-24e4-4645-8871-ac40c92458c0", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\CTLLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "CTLLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "数学基础", "tabs": "dlg_ctllk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgctlal2000", "epsgCode": "EPSG:4490", "eventid": "2c72364f-18fd-474e-8193-dfa7179847e2", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\CTLAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "CTLAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "控制点辅助线", "tabs": "dlg_ctlal2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgctlan2000", "epsgCode": "EPSG:4490", "eventid": "847c8c2e-58f6-47d2-96d6-c1afec151663", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\CTLAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "CTLAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "控制点注记", "tabs": "dlg_ctlan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlghydnt2000", "epsgCode": "EPSG:4490", "eventid": "febd17c6-8448-4214-8fdc-3613ec493d24", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\HYDNT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "HYDNT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状水系", "tabs": "dlg_hydnt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlghydlk2000", "epsgCode": "EPSG:4490", "eventid": "58479b5e-9fbd-46a3-bd23-41707b4cf2d5", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\HYDLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "HYDLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状水系", "tabs": "dlg_hydlk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlghydpt2000", "epsgCode": "EPSG:4490", "eventid": "884aee7f-0890-479d-a0bd-598a77ab7072", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\HYDPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "HYDPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状水系", "tabs": "dlg_hydpt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlghydal2000", "epsgCode": "EPSG:4490", "eventid": "4e0eec19-80b2-45c5-8e53-3c0605eff99a", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\HYDAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "HYDAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "水系辅助线", "tabs": "dlg_hydal2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlghydap2000", "epsgCode": "EPSG:4490", "eventid": "571fc472-daa1-4cb9-b802-f29d2a638d35", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\HYDAP2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "HYDAP2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "水系辅助点", "tabs": "dlg_hydap2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlghydan2000", "epsgCode": "EPSG:4490", "eventid": "0097686e-cf26-4184-aef8-2ace8dd0509f", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\HYDAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "HYDAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "水系注记", "tabs": "dlg_hydan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgresnt2000", "epsgCode": "EPSG:4490", "eventid": "0faf1e8d-9be7-474a-a7e4-c5e545c12357", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\RESNT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "RESNT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状居民地及设施", "tabs": "dlg_resnt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgreslk2000", "epsgCode": "EPSG:4490", "eventid": "7f9b3d90-f1d6-4dc8-a952-fe52c24a4d67", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\RESLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "RESLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状居民地及设施", "tabs": "dlg_reslk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgrespt2000", "epsgCode": "EPSG:4490", "eventid": "2183622b-8e64-486f-a075-7b27d054e1aa", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\RESPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "RESPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状居民地及设施", "tabs": "dlg_respt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgresal2000", "epsgCode": "EPSG:4490", "eventid": "13e04d07-976a-4d91-a89e-72f6a36cb873", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\RESAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "RESAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "居民地及设施辅助线", "tabs": "dlg_resal2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgresap2000", "epsgCode": "EPSG:4490", "eventid": "e85061db-0e35-4b7e-b55b-4c2a3cf89edb", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\RESAP2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "RESAP2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "居民地及设施辅助点", "tabs": "dlg_resap2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgresan2000", "epsgCode": "EPSG:4490", "eventid": "e80b9d6e-761f-4497-b3fa-8c2d4e84a4d7", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\RESAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "RESAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "居民地及设施注记", "tabs": "dlg_resan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgtrant2000", "epsgCode": "EPSG:4490", "eventid": "53dd319a-12e8-4cad-99e3-eb686b161118", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TRANT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TRANT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状交通", "tabs": "dlg_trant2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgtralk2000", "epsgCode": "EPSG:4490", "eventid": "95b393ff-d6a7-42f0-ad80-de6dd2ad5f0a", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TRALK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TRALK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状交通", "tabs": "dlg_tralk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgtrapt2000", "epsgCode": "EPSG:4490", "eventid": "f1eec5c0-574d-4263-9d7c-b6c294c9958b", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TRAPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TRAPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状交通", "tabs": "dlg_trapt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgtraal2000", "epsgCode": "EPSG:4490", "eventid": "9287a056-f787-4212-a174-0968846e9ed9", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TRAAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TRAAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "交通辅助线", "tabs": "dlg_traal2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgtraan2000", "epsgCode": "EPSG:4490", "eventid": "8c8100d4-d0c3-4fb8-975d-bc3255e18ab3", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TRAAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TRAAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "交通注记", "tabs": "dlg_traan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgpipnt2000", "epsgCode": "EPSG:4490", "eventid": "49bf67aa-90e3-4bac-846f-cca7b71f9741", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\PIPNT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "PIPNT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状管线", "tabs": "dlg_pipnt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgpiplk2000", "epsgCode": "EPSG:4490", "eventid": "54112e9f-5717-482c-98c7-96b18e3aedcb", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\PIPLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "PIPLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状管线", "tabs": "dlg_piplk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgpippt2000", "epsgCode": "EPSG:4490", "eventid": "bddb91a6-a410-49a3-964c-6585d98c884c", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\PIPPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "PIPPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状管线", "tabs": "dlg_pippt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgpipal2000", "epsgCode": "EPSG:4490", "eventid": "e3d44656-05d1-4d89-8dbe-9197f3f6896b", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\PIPAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "PIPAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "管线辅助线", "tabs": "dlg_pipal2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgpipan2000", "epsgCode": "EPSG:4490", "eventid": "87282270-d620-4ac7-ad78-6681a80f2dba", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\PIPAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "PIPAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "管线注记", "tabs": "dlg_pipan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgbount2000", "epsgCode": "EPSG:4490", "eventid": "9e97edd2-4621-4866-bf38-fe69184aca93", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\BOUNT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "BOUNT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状境界与政区", "tabs": "dlg_bount2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgboulk2000", "epsgCode": "EPSG:4490", "eventid": "e109101c-02c7-4ee0-8de0-04354a1b12f4", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\BOULK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "BOULK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状境界与政区", "tabs": "dlg_boulk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgboupt2000", "epsgCode": "EPSG:4490", "eventid": "a5ebd856-64b8-43e3-93ff-42e18e4c9964", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\BOUPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "BOUPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状境界与政区", "tabs": "dlg_boupt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgbouan2000", "epsgCode": "EPSG:4490", "eventid": "80e748c4-4b37-46e1-a563-e7cd237de5e6", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\BOUAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "BOUAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "境界与政区注记", "tabs": "dlg_bouan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgternt2000", "epsgCode": "EPSG:4490", "eventid": "96c4443c-5015-4dda-99ed-d3a61d597b5e", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TERNT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TERNT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状地貌", "tabs": "dlg_ternt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgterlk2000", "epsgCode": "EPSG:4490", "eventid": "83269336-985a-4ec9-91f3-22b9c00e80db", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TERLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TERLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状地貌", "tabs": "dlg_terlk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgterpt2000", "epsgCode": "EPSG:4490", "eventid": "c285aabb-17de-4a41-b5e7-63e58d72b40f", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TERPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TERPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状地貌", "tabs": "dlg_terpt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgteral2000", "epsgCode": "EPSG:4490", "eventid": "246f5b92-1c91-4bc4-9bd9-7c696b3b426c", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TERAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TERAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "地貌辅助线", "tabs": "dlg_teral2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgteran2000", "epsgCode": "EPSG:4490", "eventid": "144cc93e-b689-4cfb-a797-f4d6957a62e8", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\TERAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "TERAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "地貌注记", "tabs": "dlg_teran2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgvegnt2000", "epsgCode": "EPSG:4490", "eventid": "cf0b2983-0841-4cad-8d88-72eab318d3d1", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\VEGNT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "VEGNT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "面状植被与土质", "tabs": "dlg_vegnt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgveglk2000", "epsgCode": "EPSG:4490", "eventid": "69981c1c-3fd2-4eb3-8fe4-39f31c2e8407", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\VEGLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "VEGLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "线状植被与土质", "tabs": "dlg_veglk2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgvegpt2000", "epsgCode": "EPSG:4490", "eventid": "cda4413f-3c56-4094-a7bf-59bbd3ef95e3", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\VEGPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "VEGPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "点状植被与土质", "tabs": "dlg_vegpt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgvegal2000", "epsgCode": "EPSG:4490", "eventid": "ae42fa21-6bac-4047-b660-3936359e275d", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\VEGAL2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "VEGAL2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "植被与土质辅助线", "tabs": "dlg_vegal2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgvegan2000", "epsgCode": "EPSG:4490", "eventid": "641f668c-8b0e-4d95-b075-5657758e4439", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\VEGAN2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "VEGAN2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "植被与土质注记", "tabs": "dlg_vegan2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgdplpt2000", "epsgCode": "EPSG:4490", "eventid": "37fc5e4a-4522-4ba1-bccf-375947ea3c07", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\DPLPT2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "DPLPT2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "中线桩", "tabs": "dlg_dplpt2000", "ns": "bs" }, { "createTime": null, "createUser": 1, "depcode": "00", "dircode": "0B00000009", "entity": "dlgdpllk2000", "epsgCode": "EPSG:4490", "eventid": "3a5338c9-f63b-4ec8-b08c-3928f749b54f", "extName": ".gdb", "guid": "3a5afb292e8a3f2e8234ab642a49857e", "isMeta": false, "msg": null, "name": "00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb\\DPLLK2000", "path": "20230803173634_zip\\00002BT02-PL001-000#ESV-DW-0101-A1(仙桃市段线路带状地形图).gdb", "records": 0, "rows": 0, "sizes": 9.363, "tab": "DPLLK2000", "type": "gdb", "verid": 0, "xlsPath": null, "tabDesc": "中线", "tabs": "dlg_dpllk2000", "ns": "bs" }];
ExportMap/up.html
@@ -15,10 +15,10 @@
  <script src="js/insertFiles.js"></script>
  <script>
    var app = {};
    var path = "20230627";
    var path = "20230803";
    var url = "http://127.0.0.1:12316/server/";
    //var token = "c36e4f94-dfde-401e-9967-2c4a449f1300";
    var token = "8a17604e-3865-43c8-a14f-d4b17ed33656";
    var token = "0b9db059-1d14-4648-809d-ceba020092f6";
    $(function () {
      $("#pathSpan").html(path);
@@ -349,7 +349,7 @@
    // 综合数据入库
    function insertAllFiles() {
      //app.mappers = metaFiles;
      app.mappers = metaFiles;
      ajax(getUrl("dataUpload/insertFiles"), "POST", JSON.stringify(app.mappers), null, null, function (rs) {
        console.log(rs);
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);