11 lines
208 B
C#
11 lines
208 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 设备网关 服务接口
|
|
/// </summary>
|
|
public interface IDeviceGatewayService
|
|
{
|
|
// TODO: 定义 设备网关 相关方法
|
|
}
|
|
}
|