export type ProvinceItem = { areaId: number; areaName: string; provinceName: string; children: ProvinceItem[] }