From e32d6239d09f6d9d66c77ad5a7d9716d20b61428 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 08 八月 2025 15:26:28 +0800
Subject: [PATCH] feat: 任务

---
 types/global.d.ts |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/types/global.d.ts b/types/global.d.ts
index 33ce661..4a7ea86 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -131,16 +131,17 @@
     errorLog: string | Array<'production' | 'development'>;
   }
 
-  interface WeMapModel {
+   interface WeMapModel {
     latitude?: number;
     longitude?: number;
     provinceName?: string;
     cityName?: string;
     countyName?: string;
-    provinceCode?: number;
-    cityCode?: number;
-    countyCode?: number;
+    provinceCode?: string;
+    cityCode?: string;
+    countyCode?: string;
     address?: string;
+    addressName?: string;
   }
 
   interface CommonAnnexItem {

--
Gitblit v1.9.1