Package com.bytedesk.liangshibao.city
Class CityRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.liangshibao.city.CityRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
拼音首字母private String
代码private Boolean
是否热门城市private String
维度private String
经度private String
名称private Boolean
是否开通业务private String
拼音Fields inherited from class com.bytedesk.core.base.BaseRequest
client, content, orgUid, pageNumber, pageSize, type, uid, userUid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
code
代码 -
name
名称 -
lng
经度 -
lat
维度 -
cap
拼音首字母 -
pinyin
拼音 -
hot
是否热门城市 -
open
是否开通业务
-
-
Constructor Details
-
CityRequest
public CityRequest()
-