|
|
@ -7,8 +7,8 @@ import com.yxt.common.core.vo.PagerVo; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
@FeignClient( |
|
|
|
contextId = "anrui-flowable-SysFormFeign", |
|
|
|
name = "anrui-flowable", |
|
|
|
contextId = "supervise-flowable-SysFormFeign", |
|
|
|
name = "supervise-flowable", |
|
|
|
path = "v1/flowable/form", |
|
|
|
fallback = SysFormFeignFallBack.class) |
|
|
|
public interface SysFormFeign { |
|
|
|