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 TypeMethodDescriptionCityService.convertToResponse
(City entity) CityService.create
(CityRequest request) CityService.queryByUid
(CityRequest request) CityService.update
(CityRequest request) Methods in com.bytedesk.liangshibao.city that return types with arguments of type CityResponseModifier and TypeMethodDescriptionCityService.convertToResponseList
(List<City> list) CityService.findByHot()
CityService.findByOpen()
CityService.findByOpenMap()
org.springframework.data.domain.Page<CityResponse>
CityService.queryByOrg
(CityRequest request) org.springframework.data.domain.Page<CityResponse>
CityService.queryByUser
(CityRequest request)