管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-07-17 11dd7f1b1c7288ed8aefae60e9c43647c61ce4af
ExportMap/Models/XYZArgs.cs
@@ -13,6 +13,7 @@
        public XYZArgs()
        {
            srids = new List<int>();
            zs = new List<double>();
            ids = new List<int>();
            isNew = true;
        }
@@ -80,6 +81,6 @@
        /// <summary>
        /// 高度偏移量
        /// </summary>
        public double z { set; get; }
        public List<double> zs { set; get; }
    }
}