/**
 * Created by cuppi on 2017/9/4.
 */

interface LocationParas{
  cityId: number
  longitude: number
  latitude: number
}

export default LocationParas;
