接口 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<InvoiceApplyPendingVO>
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
create
@PostMapping("/create") @Deprecated com.elitesland.ystdms.sys.dto.ApiResult<InvoiceApplyPendingRespDTO> create(@Valid @RequestBody @Valid InvoiceApplyPendingCreateReqDTO request) 已过时。 -
batchCreate
@PostMapping("/batchCreate") com.elitesland.ystdms.sys.dto.ApiResult<List<InvoiceApplyPendingRespDTO>> batchCreate(@Valid @RequestBody @Valid List<InvoiceApplyPendingCreateReqDTO> requestList) -
getById
@GetMapping("/getById/{id}") com.elitesland.ystdms.sys.dto.ApiResult<InvoiceApplyPendingVO> getById(@PathVariable UUID id)
-