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<?>
InvoiceController.create
(InvoiceRequest request) InvoiceService.create
(InvoiceRequest request) org.springframework.http.ResponseEntity<?>
InvoiceController.delete
(InvoiceRequest request) void
InvoiceService.delete
(InvoiceRequest entity) InvoiceController.export
(InvoiceRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
InvoiceController.queryByOrg
(InvoiceRequest request) org.springframework.data.domain.Page<InvoiceResponse>
InvoiceService.queryByOrg
(InvoiceRequest request) org.springframework.http.ResponseEntity<?>
InvoiceController.queryByUid
(InvoiceRequest request) org.springframework.http.ResponseEntity<?>
InvoiceController.queryByUser
(InvoiceRequest request) org.springframework.data.domain.Page<InvoiceResponse>
InvoiceService.queryByUser
(InvoiceRequest request) static org.springframework.data.jpa.domain.Specification<InvoiceEntity>
InvoiceSpecification.search
(InvoiceRequest request) org.springframework.http.ResponseEntity<?>
InvoiceController.update
(InvoiceRequest request) InvoiceService.update
(InvoiceRequest request)