package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: May 22, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Area struct {
AreaId string `json:"area_id"`
AreaName string `json:"area_name"`
ParentAreaId string `json:"parent_area_id"`
}
type CascadeArea struct {
Province Area `json:"province"`
City Area `json:"city"`
County Area `json:"county"`
}
CascadeArea 级联地区
Source Files
¶
Click to show internal directories.
Click to hide internal directories.