Compare commits
2 Commits
e31a535bc2
...
5c3765a10c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c3765a10c | ||
|
|
98664a455d |
@ -1 +1 @@
|
|||||||
Subproject commit 55eeb8ac3b660be9623f7d5ad92b71306077a606
|
Subproject commit 9059c65e53ac14a157073129bb18fedc67526bcc
|
||||||
@ -67,7 +67,11 @@ namespace JiShe.IoT.EntityFrameworkCore
|
|||||||
|
|
||||||
// 设备管理
|
// 设备管理
|
||||||
public DbSet<DeviceManagementInfo> DeviceManagementInfo { get; set; }
|
public DbSet<DeviceManagementInfo> DeviceManagementInfo { get; set; }
|
||||||
public DbSet<DeviceThingModelInfo> DeviceThingModelInfo { get; set; }
|
|
||||||
|
/// <summary>
|
||||||
|
/// 平台端物模型信息
|
||||||
|
/// </summary>
|
||||||
|
public DbSet<IoTPlatformThingModelInfo> IoTPlatformThingModelInfo { get; set; }
|
||||||
|
|
||||||
// CTWing管理
|
// CTWing管理
|
||||||
public DbSet<CTWingAccountInfo> CTWingAccountInfo { get; set; }
|
public DbSet<CTWingAccountInfo> CTWingAccountInfo { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user