接口 OtherOutRpcService


@FeignClient(name="yst-dms2-sopt", path="/rpc/otherOut") @Validated public interface OtherOutRpcService
  • 字段详细资料

  • 方法详细资料

    • batchNoAdjustOrderRpcSave

      @PostMapping("/otherOutRpcSave") com.elitesland.ystdms.sys.dto.ApiResult<Boolean> batchNoAdjustOrderRpcSave(@RequestBody List<OtherOutSaveDTO> saveDTOS)