Commit 52b62406 authored by 张庆's avatar 张庆

新增挡板规则

parent a4eb4e5b
......@@ -3,6 +3,7 @@ package com.jqtx.windows.infrastructure.feign.hytric;
import com.jqtx.windows.component.model.UploadPdfRequest;
import com.jqtx.windows.infrastructure.enums.ExceptionCodeEnum;
import com.jqtx.windows.infrastructure.feign.IProtocalFeignService;
import com.jqtx.windows.web.request.SignContractRequest;
import com.jqtx.windows.web.response.JsonResult;
import org.springframework.stereotype.Component;
......@@ -24,4 +25,9 @@ public class IProtocolFeignServiceHystric implements IProtocalFeignService {
public JsonResult<String> uploadProtocolPdf(UploadPdfRequest uploadPdfRequest) {
return JsonResult.error(ExceptionCodeEnum.SYSTEM_ERROR);
}
@Override
public JsonResult<String> uploadRongdan(SignContractRequest signContractRequest) {
return JsonResult.error(ExceptionCodeEnum.SYSTEM_ERROR);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment