Uses of Class
com.bytedesk.liangshibao.city.CityResponse
Packages that use CityResponse
-
Uses of CityResponse in com.bytedesk.liangshibao.city
Fields in com.bytedesk.liangshibao.city with type parameters of type CityResponseMethods in com.bytedesk.liangshibao.city that return CityResponseModifier and TypeMethodDescriptionCityRestService.convertToResponse(City entity) CityRestService.create(CityRequest request) CityRestService.queryByUid(CityRequest request) CityRestService.update(CityRequest request) Methods in com.bytedesk.liangshibao.city that return types with arguments of type CityResponseModifier and TypeMethodDescriptionCityRestService.convertToResponseList(List<City> list) CityRestService.findByHot()CityRestService.findByOpen()CityRestService.findByOpenMap()org.springframework.data.domain.Page<CityResponse>CityRestService.queryByOrg(CityRequest request) org.springframework.data.domain.Page<CityResponse>CityRestService.queryByUser(CityRequest request)