首页设备ip

This commit is contained in:
yanghongwei 2025-04-04 19:25:14 +08:00
parent b76fc95c7e
commit 3d62dfaa8a
1 changed files with 2 additions and 1 deletions

View File

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