Uses of Class
com.bytedesk.liangshibao.city.CityRequest
Packages that use CityRequest
-
Uses of CityRequest in com.bytedesk.liangshibao.city
Methods in com.bytedesk.liangshibao.city with parameters of type CityRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>CityRestController.create(CityRequest request) CityRestService.create(CityRequest request) protected org.springframework.data.jpa.domain.Specification<City>CityRestService.createSpecification(CityRequest request) org.springframework.http.ResponseEntity<?>CityRestController.delete(CityRequest request) voidCityRestService.delete(CityRequest city) CityRestController.export(CityRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>CityRestController.queryByOrg(CityRequest request) org.springframework.data.domain.Page<CityResponse>CityRestService.queryByOrg(CityRequest request) org.springframework.http.ResponseEntity<?>CityRestController.queryByUid(CityRequest request) CityRestService.queryByUid(CityRequest request) org.springframework.http.ResponseEntity<?>CityRestController.queryByUser(CityRequest request) org.springframework.data.domain.Page<CityResponse>CityRestService.queryByUser(CityRequest request) org.springframework.http.ResponseEntity<?>CityRestController.update(CityRequest request) CityRestService.update(CityRequest request) -
Uses of CityRequest in com.bytedesk.liangshibao.media
Fields in com.bytedesk.liangshibao.media declared as CityRequest