Compare commits

..

2 Commits

Author SHA1 Message Date
ChenYi
5c3765a10c OneNET设置设备属性 2025-11-26 17:29:29 +08:00
ChenYi
98664a455d 将设备物模型重新定义为平台端物模型信息 2025-11-26 14:32:10 +08:00
2 changed files with 6 additions and 2 deletions

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

View File

@ -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; }