接口 DriftCargoOrderRpcService


@FeignClient(name="yst-dms2-sopt", path="/rpc/drift/cargoOrder") @Validated public interface DriftCargoOrderRpcService
漂货调拨单服务.
  • 字段详细资料

  • 方法详细资料

    • getById

      @GetMapping("/getById") com.elitesland.ystdms.sys.dto.ApiResult<DriftCargoOrderDTO> getById(@RequestParam(name="id") UUID id)
    • getById

      @GetMapping("/getByDriftCargoOrderNo") com.elitesland.ystdms.sys.dto.ApiResult<DriftCargoOrderDTO> getById(@RequestParam(name="driftCargoOrderNo") String driftCargoOrderNo)