管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2022-11-08 788a78efe33a76ffa80ba6b8430a593cd883c508
ExportMap/Models/ExportArgs.cs
@@ -71,5 +71,16 @@
        /// X最大
        /// </summary>
        public double xmax { set; get; }
        public void SetDefault()
        {
            if (string.IsNullOrWhiteSpace(title)) title = "管道基础大数据平台";
            if (string.IsNullOrWhiteSpace(province)) province = string.Empty;
            if (string.IsNullOrWhiteSpace(scale)) scale = string.Empty;
            if (string.IsNullOrWhiteSpace(resolution)) resolution = string.Empty;
            if (string.IsNullOrWhiteSpace(date)) date = DateTime.Now.ToString("yyyy.MM.dd");
            imgPath = "";
        }
    }
}