Commit fd5a5c89 authored by helinlin's avatar helinlin

开发特种设备通讯录接口

parent d4360334
...@@ -7,7 +7,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel; ...@@ -7,7 +7,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel;
import java.util.List; import java.util.List;
@FeignClient(value = "AMOS-IDX") @FeignClient(value = "AMOS-IDX", path = "idx")
public interface IdxFeignService { public interface IdxFeignService {
@RequestMapping("/dimensionTable/getTreeChildIds") @RequestMapping("/dimensionTable/getTreeChildIds")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment