From 4c0fc31d6019863b34594a2ea7c6472123a35b99 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 10 十二月 2025 09:27:50 +0800 Subject: [PATCH] feat: 页面 --- 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