接口 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)
      根据仓库编码查询仓库信息