完善IoTDbContext
This commit is contained in:
parent
3b0c477ca7
commit
9bdcd98037
@ -68,6 +68,10 @@ namespace JiShe.IoT.EntityFrameworkCore
|
|||||||
// 设备管理
|
// 设备管理
|
||||||
public DbSet<DeviceManagementInfo> DeviceManagementInfo { get; set; }
|
public DbSet<DeviceManagementInfo> DeviceManagementInfo { get; set; }
|
||||||
|
|
||||||
|
public DbSet<DeviceThingModelManagement> DeviceThingModelManagement { get; set; }
|
||||||
|
|
||||||
|
public DbSet<DeviceThingModelDetailInfo> DeviceThingModelDetailInfo { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 平台端物模型信息
|
/// 平台端物模型信息
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user