From de2f2613ffd98786bc7252a35ceb6a4d165849ef Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 15 三月 2024 14:27:14 +0800 Subject: [PATCH] 界面调整 --- src/api/geographyData/types.ts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/api/geographyData/types.ts b/src/api/geographyData/types.ts index 83efadd..2d01c67 100644 --- a/src/api/geographyData/types.ts +++ b/src/api/geographyData/types.ts @@ -15,6 +15,11 @@ name: string; /** + * 鎵�灞炶闀� + */ + townStreetName: string; + + /** * 鎻忚堪 */ description: string; @@ -43,6 +48,11 @@ name?: string; /** + * 鎵�灞炶闀� + */ + townStreetName: string; + + /** * 鎻忚堪 */ description?: string; -- Gitblit v1.8.0