|
|
@@ -6,14 +6,13 @@ import com.hdkj.lt.modle.dto.plan.AcceptPlanPowerCutListRequest;
|
|
|
import com.hdkj.lt.modle.dto.plan.PlanCreateSwitchDTO;
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
/**
|
|
|
* @author rj
|
|
|
* @date 2025/9/1 16:16
|
|
|
* @description
|
|
|
*/
|
|
|
-@FeignClient(value = SystemGlobalConstant.SERVICE_NAME_LOAD_TRANSFER_MQ)
|
|
|
+@FeignClient(value = SystemGlobalConstant.SERVICE_NAME_LOAD_TRANSFER_MQ, contextId = "planCreateClient")
|
|
|
public interface IPlanCreateClient {
|
|
|
|
|
|
@PostMapping("/feign/checkPowerOutArea")
|