Files
IOT_API/Service/Interface/Config/INetworkComponentService.cs
T
2026-08-27 17:10:56 +08:00

11 lines
241 B
C#

namespace Service.Interface
{
/// <summary>
/// 网络组件与协议注册 服务接口
/// </summary>
public interface INetworkComponentService
{
// TODO: 定义 网络组件与协议注册 相关方法
}
}