接口 InvoiceApplyTaxFeignClient


@Validated public interface InvoiceApplyTaxFeignClient
发票RPC服务接口 提供给微服务内部调用,包含发票金额导出功能
从以下版本开始:
2026-02-04
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.http.ResponseEntity<com.elitesland.ystdms.data.api.dto.DataExportResponse>
    export(com.elitesland.ystdms.data.api.dto.DataExportRequest request)
    导出发票金额数据 支持根据多种条件筛选发票数据并导出Excel文件
  • 方法详细资料

    • export

      @PostMapping("/export") org.springframework.http.ResponseEntity<com.elitesland.ystdms.data.api.dto.DataExportResponse> export(@RequestBody com.elitesland.ystdms.data.api.dto.DataExportRequest request)
      导出发票金额数据 支持根据多种条件筛选发票数据并导出Excel文件
      参数:
      request - 导出查询条件
      返回:
      Excel文件响应