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

添加设备相关信息

parent 149089e3
Pipeline #2632 failed with stages
...@@ -15,7 +15,7 @@ import java.util.List; ...@@ -15,7 +15,7 @@ import java.util.List;
* @author zxfei * @author zxfei
* @date 2023-06-21 * @date 2023-06-21
*/ */
@FeignClient(name = "", path = "", fallbackFactory = FirmFeignFallbackFactory.class) @FeignClient(name = "device-manager", path = "/m", fallbackFactory = FirmFeignFallbackFactory.class)
public interface IFirmFeign extends IFeign { public interface IFirmFeign 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