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