wuxw
2025-02-25 4f365007869668ee035dc44ca98263b85ced8d8a
java110-interface/src/main/java/com/java110/intf/common/IWorkflowStepStaffInnerServiceSMO.java
@@ -1,7 +1,7 @@
package com.java110.intf.common;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.workflow.WorkflowStepStaffDto;
import com.java110.dto.oaWorkflow.WorkflowStepStaffDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -17,7 +17,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "${java110.common-service}", configuration = {FeignConfiguration.class})
@FeignClient(name = "common-service", configuration = {FeignConfiguration.class})
@RequestMapping("/workflowStepStaffApi")
public interface IWorkflowStepStaffInnerServiceSMO {