Class CityResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.liangshibao.city.CityResponse
All Implemented Interfaces:
Serializable

public class CityResponse extends BaseResponse
See Also:
  • Field Details

    • code

      private String code
      代码
    • name

      private String name
      名称
    • type

      private String type
      类型
    • lng

      private String lng
      经度
    • lat

      private String lat
      维度
    • cap

      private String cap
      拼音首字母
    • pinyin

      private String pinyin
      拼音
    • hot

      private Boolean hot
      是否热门城市
    • open

      private Boolean open
      是否开通业务
    • parentId

      private Long parentId
      父节点
    • children

      private List<CityResponse> children
  • Constructor Details

    • CityResponse

      public CityResponse()