Package com.bytedesk.liangshibao.city
Class CityResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.liangshibao.city.CityResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
拼音首字母private List<CityResponse>
private String
代码private Boolean
是否热门城市private String
维度private String
经度private String
名称private Boolean
是否开通业务private Long
父节点private String
拼音private String
类型Fields inherited from class com.bytedesk.core.base.BaseResponse
uid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
code
代码 -
name
名称 -
type
类型 -
lng
经度 -
lat
维度 -
cap
拼音首字母 -
pinyin
拼音 -
hot
是否热门城市 -
open
是否开通业务 -
parentId
父节点 -
children
-
-
Constructor Details
-
CityResponse
public CityResponse()
-