From 76861803e45e1e8746577f08661cccbb3cf13eb1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 16 三月 2023 19:06:27 +0800
Subject: [PATCH] 1

---
 ExportMap/Models/SpatialItem.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ExportMap/Models/SpatialItem.cs b/ExportMap/Models/SpatialItem.cs
index 024c626..7126d2e 100644
--- a/ExportMap/Models/SpatialItem.cs
+++ b/ExportMap/Models/SpatialItem.cs
@@ -12,7 +12,7 @@
     {
         public SpatialItem() { }
 
-        public int id { set; get; }
+        public Int64 id { set; get; }
 
         public string Name { set; get; }
 
@@ -20,7 +20,7 @@
 
         public string LayerName { set; get; }
 
-        public int DataSourceId { set; get; }
+        public Int64 DataSourceId { set; get; }
 
         public string Description { set; get; }
     }

--
Gitblit v1.9.3