将设备物模型重新定义为平台端物模型信息
This commit is contained in:
parent
e31a535bc2
commit
98664a455d
@ -1 +1 @@
|
||||
Subproject commit 55eeb8ac3b660be9623f7d5ad92b71306077a606
|
||||
Subproject commit 9fe33cb2ef50fe316a7f6f77e899d33363024d32
|
||||
@ -67,7 +67,11 @@ namespace JiShe.IoT.EntityFrameworkCore
|
||||
|
||||
// 设备管理
|
||||
public DbSet<DeviceManagementInfo> DeviceManagementInfo { get; set; }
|
||||
public DbSet<DeviceThingModelInfo> DeviceThingModelInfo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 平台端物模型信息
|
||||
/// </summary>
|
||||
public DbSet<IoTPlatformThingModelInfo> IoTPlatformThingModelInfo { get; set; }
|
||||
|
||||
// CTWing管理
|
||||
public DbSet<CTWingAccountInfo> CTWingAccountInfo { get; set; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user