完善IoTDbContext

This commit is contained in:
ChenYi 2025-12-02 17:21:29 +08:00
parent 3b0c477ca7
commit 9bdcd98037

View File

@ -68,6 +68,10 @@ namespace JiShe.IoT.EntityFrameworkCore
// 设备管理
public DbSet<DeviceManagementInfo> DeviceManagementInfo { get; set; }
public DbSet<DeviceThingModelManagement> DeviceThingModelManagement { get; set; }
public DbSet<DeviceThingModelDetailInfo> DeviceThingModelDetailInfo { get; set; }
/// <summary>
/// 平台端物模型信息
/// </summary>