Compare commits

..

No commits in common. "5c3765a10cb1f2e1567729dc08e9636de08ae2a5" and "e31a535bc29d63eaa2aa95d307d9fbc78a3abc4a" have entirely different histories.

2 changed files with 2 additions and 6 deletions

@ -1 +1 @@
Subproject commit 9059c65e53ac14a157073129bb18fedc67526bcc Subproject commit 55eeb8ac3b660be9623f7d5ad92b71306077a606

View File

@ -67,11 +67,7 @@ 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; }