From 3d62dfaa8aaaa53a36043b25e93d28a47d8196ca Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Fri, 4 Apr 2025 19:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=AE=BE=E5=A4=87ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/PositionDeviceDto.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Model/PositionDeviceDto.cs b/Model/PositionDeviceDto.cs index 569225b..665cb02 100644 --- a/Model/PositionDeviceDto.cs +++ b/Model/PositionDeviceDto.cs @@ -3,7 +3,7 @@ using SqlSugar; namespace LY.App.Model { - public class PositionDeviceDto: PositionInfo + public class PositionDeviceDto : PositionInfo { public List Devices { get; set; } } @@ -17,6 +17,7 @@ namespace LY.App.Model public double Lon { get; set; } public string Model { get; set; } public bool IsOnline { get; set; } + public string ip { get; set; } /// /// 图片icon ///