接口 FinSapFinancialInventoryFeign


@FeignClient(name="yst-dms2-fin", path="/api/v1/feign/sapFinancialInventory") @Validated public interface FinSapFinancialInventoryFeign
提供给 SAP / 网关 / 其他微服务查询财务库存汇总fin_inv_summary)的 Feign 契约。
  • 方法概要

    修饰符和类型
    方法
    说明
    com.elitesland.ystdms.sys.dto.ApiResult<List<FinSapFinInvQueryResponseDTO>>
    统一查询入口:MATNR 有值时列表最多一行;为空时返回该 WERKS+LGORT 映射维度下全部物料汇总行。
  • 方法详细资料