Uses of Class
com.bytedesk.core.invoice.InvoiceRequest
Packages that use InvoiceRequest
-
Uses of InvoiceRequest in com.bytedesk.core.invoice
Methods in com.bytedesk.core.invoice with parameters of type InvoiceRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>InvoiceRestController.create(InvoiceRequest request) InvoiceRestService.create(InvoiceRequest request) protected org.springframework.data.jpa.domain.Specification<InvoiceEntity>InvoiceRestService.createSpecification(InvoiceRequest request) org.springframework.http.ResponseEntity<?>InvoiceRestController.delete(InvoiceRequest request) voidInvoiceRestService.delete(InvoiceRequest entity) InvoiceRestController.export(InvoiceRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>InvoiceRestController.queryByOrg(InvoiceRequest request) org.springframework.data.domain.Page<InvoiceResponse>InvoiceRestService.queryByOrg(InvoiceRequest request) org.springframework.http.ResponseEntity<?>InvoiceRestController.queryByUid(InvoiceRequest request) org.springframework.http.ResponseEntity<?>InvoiceRestController.queryByUser(InvoiceRequest request) org.springframework.data.domain.Page<InvoiceResponse>InvoiceRestService.queryByUser(InvoiceRequest request) static org.springframework.data.jpa.domain.Specification<InvoiceEntity>InvoiceSpecification.search(InvoiceRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>InvoiceRestController.update(InvoiceRequest request) InvoiceRestService.update(InvoiceRequest request)