首页设备ip
This commit is contained in:
parent
b76fc95c7e
commit
3d62dfaa8a
|
|
@ -3,7 +3,7 @@ using SqlSugar;
|
||||||
|
|
||||||
namespace LY.App.Model
|
namespace LY.App.Model
|
||||||
{
|
{
|
||||||
public class PositionDeviceDto: PositionInfo
|
public class PositionDeviceDto : PositionInfo
|
||||||
{
|
{
|
||||||
public List<DeviceItem> Devices { get; set; }
|
public List<DeviceItem> Devices { get; set; }
|
||||||
}
|
}
|
||||||
|
|
@ -17,6 +17,7 @@ namespace LY.App.Model
|
||||||
public double Lon { get; set; }
|
public double Lon { get; set; }
|
||||||
public string Model { get; set; }
|
public string Model { get; set; }
|
||||||
public bool IsOnline { get; set; }
|
public bool IsOnline { get; set; }
|
||||||
|
public string ip { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 图片icon
|
/// 图片icon
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue