From 8fafaae3b0fab1411e5bc99c1d73ee5d3f3caca2 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 15 八月 2025 10:58:38 +0800 Subject: [PATCH] fix: bug --- packages/components/types/global.d.ts | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/components/types/global.d.ts b/packages/components/types/global.d.ts index 0563d9d..e055134 100644 --- a/packages/components/types/global.d.ts +++ b/packages/components/types/global.d.ts @@ -24,8 +24,9 @@ provinceName?: string; cityName?: string; countyName?: string; - provinceCode?: number; - cityCode?: number; - countyCode?: number; + provinceCode?: string; + cityCode?: string; + countyCode?: string; address?: string; + addressName?: string; } \ No newline at end of file -- Gitblit v1.9.1