接口 OtherInRpcService


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

  • 方法详细资料

    • batchNoAdjustOrderRpcSave

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