Commit a292dec6 authored by 赵啸非's avatar 赵啸非

添加样表设备列表

parent 9b62b4c2
......@@ -15,7 +15,7 @@ import java.util.List;
* @author zxfei
* @date 2023-02-25
*/
@FeignClient(name = "sampleform-platform", path = "/sampleform", fallbackFactory = DeviceFeignFallbackFactory.class)
@FeignClient(name = "device-manager", path = "/m", fallbackFactory = DeviceFeignFallbackFactory.class)
public interface IDeviceFeign extends IFeign {
......
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