1
This commit is contained in:
16
internal/app/system/model/entity/area_dict.go
Normal file
16
internal/app/system/model/entity/area_dict.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// =================================================================================
|
||||
// Code generated by GoFrame CLI tool. DO NOT EDIT. Created at 2022-03-02 16:48:23
|
||||
// =================================================================================
|
||||
|
||||
package entity
|
||||
|
||||
// AreaDict is the golang structure for table tenant.
|
||||
type AreaDict struct {
|
||||
Id int `json:"id" description:""`
|
||||
CityName string `json:"cityName" description:"城市名称"`
|
||||
ParentId int `json:"parentId" description:"父级id"`
|
||||
ShortName string `json:"shortName" description:"城市缩写名称"`
|
||||
Depth int `json:"depth" description:"城市层级"`
|
||||
MergerName string `json:"mergerName" description:"城市组合名称"`
|
||||
Status int `json:"status" description:"状态"`
|
||||
}
|
||||
Reference in New Issue
Block a user