|
|
|
@ -3,7 +3,6 @@ package com.op.system.api;
|
|
|
|
|
import com.op.common.core.constant.ServiceNameConstants;
|
|
|
|
|
import com.op.common.core.domain.R;
|
|
|
|
|
import com.op.system.api.factory.RemoteSapFallbackFactory;
|
|
|
|
|
|
|
|
|
|
import com.op.system.api.model.SapProOrder;
|
|
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
@ -22,4 +21,7 @@ public interface RemoteSapService {
|
|
|
|
|
|
|
|
|
|
@PostMapping("/bomSync")
|
|
|
|
|
public R<Boolean> bomSync();
|
|
|
|
|
@PostMapping("/sap/sapProRouteProcess")
|
|
|
|
|
public R<Boolean> sapProRouteProcess();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|