将设备物模型重新定义为平台端物模型信息

This commit is contained in:
ChenYi 2025-11-26 14:32:10 +08:00
parent e31a535bc2
commit 98664a455d
2 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 55eeb8ac3b660be9623f7d5ad92b71306077a606
Subproject commit 9fe33cb2ef50fe316a7f6f77e899d33363024d32

View File

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