From da109a468d7065fb1a0201cc2a81fb189e3f62cd Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 08 八月 2025 10:46:23 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- types/global.d.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index 33ce661..b091bab 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -137,9 +137,9 @@ provinceName?: string; cityName?: string; countyName?: string; - provinceCode?: number; - cityCode?: number; - countyCode?: number; + provinceCode?: string; + cityCode?: string; + countyCode?: string; address?: string; } -- Gitblit v1.9.1