Documentation ¶
Overview ¶
分类模块,高德POI分类
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AmapCsv embed.FS
Functions ¶
Types ¶
type Types ¶
type Types struct { TypeCode uint `gorm:"column:type_code;primaryKey;type:INT UNSIGNED;comment:分类的New Type;not null" json:"type_code" form:"type_code"` // 省市区的ADCode Name string `gorm:"column:name;type:VARCHAR(100);comment:分类的中文名" json:"name" form:"name"` // 中文名 NameEn string `gorm:"column:name_en;type:VARCHAR(100);comment:分类的英文名" json:"name_en" form:"name_en"` // 中文名 }
城市的表结构信息
Click to show internal directories.
Click to hide internal directories.