接口 StockQueryRpcRpcService


@FeignClient(name="yst-dms2-inv", path="/rpc/inv/stock/query") @Validated public interface StockQueryRpcRpcService
库存查询接口
  • 字段详细资料

  • 方法详细资料

    • queryPhysicalStock

      @PostMapping("queryPhysicalStock") com.elitesland.ystdms.sys.dto.ApiResult<List<InvPhysicalStockQueryResultDTO>> queryPhysicalStock(@RequestBody List<InvPhysicalStockQueryDTO> queryDTOs)
      查询库存量 可用库存量
      参数:
      queryDTOs - 查询参数
      返回:
      查询结果
    • getAvailableInventoryLossLot

      @PostMapping("/getAvailableInventoryLossLot") com.elitesland.ystdms.sys.dto.ApiResult<List<StockQueryResultDTO>> getAvailableInventoryLossLot(@RequestBody InvOnhandQuantitySummarizeDTO query)
      返回:
      List
    • getAvailableInventoryLossLotForRealAndTransit

      @PostMapping("/getAvailableInventoryLossLotForRealAndTransit") com.elitesland.ystdms.sys.dto.ApiResult<List<StockQueryResultDTO>> getAvailableInventoryLossLotForRealAndTransit(@RequestBody InvOnhandQuantitySummarizeDTO query)
      返回:
      ApiResult无效输入:'<'List>
    • getAvailableInventoryLotForSpecialWarehouse

      @PostMapping("/getAvailableInventoryLotForSpecialWarehouse") com.elitesland.ystdms.sys.dto.ApiResult<List<StockQueryResultDTO>> getAvailableInventoryLotForSpecialWarehouse(InvOnhandQuantitySummarizeDTO query)
      收发差异仓库库存批号列表查询
    • getAvailableInventoryLotForIdsVote

      @PostMapping("/getAvailableInventoryLotForIdsVote") com.elitesland.ystdms.sys.dto.ApiResult<List<StockQueryResultDTO>> getAvailableInventoryLotForIdsVote(@RequestBody InvOnhandQuantitySummarizeDTO query)
      运营预排分配实物和在途库存弹窗-特殊渠道使用