package org.jeecg.modules.doc.api; import org.jeecg.common.api.vo.Result; import org.jeecg.modules.doc.api.fallback.LbDocFallback; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import javax.servlet.http.HttpServletRequest; public interface LbDocApi { }