接口 InvoiceApplyPendingFeignClient
@FeignClient(name="yst-dms2-fin",
path="/api/v1/feign/invoiceApplyPending")
@Validated
public interface InvoiceApplyPendingFeignClient
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<List<InvoiceApplyPendingRespDTO>> batchCreate(@Valid List<InvoiceApplyPendingCreateReqDTO> requestList) 已过时。com.elitesland.ystdms.sys.dto.ApiResult<InvoiceApplyPendingRespDTO> create(@Valid InvoiceApplyPendingCreateReqDTO request) com.elitesland.ystdms.sys.dto.ApiResult<InvoiceApplyPendingRespDTO> com.elitesland.ystdms.sys.dto.ApiResult<List<InvoiceApplyPendingRespDTO>> query(@Valid InvoiceApplyPendingQueryReqDTO request) 已过时。
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
create
@PostMapping("/create") com.elitesland.ystdms.sys.dto.ApiResult<InvoiceApplyPendingRespDTO> create(@Valid @RequestBody @Valid InvoiceApplyPendingCreateReqDTO request) -
batchCreate
@Deprecated @PostMapping("/batchCreate") com.elitesland.ystdms.sys.dto.ApiResult<List<InvoiceApplyPendingRespDTO>> batchCreate(@Valid @RequestBody @Valid List<InvoiceApplyPendingCreateReqDTO> requestList) 已过时。 -
query
@Deprecated @PostMapping("/query") com.elitesland.ystdms.sys.dto.ApiResult<List<InvoiceApplyPendingRespDTO>> query(@Valid @RequestBody @Valid InvoiceApplyPendingQueryReqDTO request) 已过时。 -
getById
@GetMapping("/getById/{id}") com.elitesland.ystdms.sys.dto.ApiResult<InvoiceApplyPendingRespDTO> getById(@PathVariable UUID id)
-