From 0ca66ba6d5f5d5502211b9d9c7bff036ebd3f1aa Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 14 八月 2025 16:38:32 +0800 Subject: [PATCH] fix: 验收管理 --- 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