接口 WhRpcService


@FeignClient(name="${yst.service.system:yst-dms2-sopt}", path="/rpc/wh") @Validated public interface WhRpcService
  • 方法详细资料

    • findChannelWhByCodes

      @PostMapping("/findChannelWhByCodes") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelWhRpcDTO>> findChannelWhByCodes(@RequestBody List<String> channelWhCodes)
      根据渠道仓库编码分页批量查询渠道仓库信息
    • saveWhRadiationCity

      @PostMapping("/saveWhRadiationCity") void saveWhRadiationCity(@RequestBody List<WhRadiationCitySaveRpcDTO> dtoList)
      新增仓库辐射城市
    • getWh

      @GetMapping("/getWh") WhRespRpcDTO getWh(@RequestParam("whId") UUID whId)
      根据仓库编码查询仓库信息
    • findWhSimpleList

      @PostMapping("/findWhSimpleList") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhSimpleList(@RequestBody List<String> whCodes)
      根据仓库编码查询仓库信息
    • findWhByNames

      @PostMapping("/findWhByNames") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhByNames(@RequestBody List<String> whNames)
      根据仓库名称查询仓库信息
      参数:
      whNames -
      返回:
    • getSpecWhCode

      @GetMapping("/getSpecWhCode") com.elitesland.ystdms.sys.dto.ApiResult<List<String>> getSpecWhCode()
      获取特殊仓库编码
    • findWhByExtIds

      @PostMapping("/findWhByExtIds") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhByExtIds(@RequestBody List<Long> extIds)
      根据仓库名称查询仓库信息
      参数:
      extIds -
      返回: