一期项目框架搭建
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Service.Interface
|
||||
{
|
||||
/// <summary>
|
||||
/// IOT设备管理 服务接口
|
||||
/// </summary>
|
||||
public interface IIotDeviceService
|
||||
{
|
||||
// TODO: 定义 IOT设备管理 相关方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user