From 0347d14e06fb92ff4d64fad22b73fce78de98e88 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 28 八月 2024 13:24:16 +0800 Subject: [PATCH] 任务日志添加SignalR实时通讯刷新数据 --- Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs index 62b371f..96cd826 100644 --- a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs +++ b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs @@ -116,5 +116,5 @@ public PLCUtil PLCUtil { get; set; } public List<WcsDevice> listDevice { get; set; } - public List<WcsStation> listStation { get; set; } + public List<WcsPosition> listStation { get; set; } } -- Gitblit v1.8.0