From a1f7d28ff9440989cb8507c6adccba31a66208fc Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期二, 27 八月 2024 16:42:10 +0800 Subject: [PATCH] Merge branch 'master' into wxw --- Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs index 69db2d1..62b371f 100644 --- a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs +++ b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs @@ -115,5 +115,6 @@ public PLCUtil PLCUtil { get; set; } + public List<WcsDevice> listDevice { get; set; } public List<WcsStation> listStation { get; set; } } -- Gitblit v1.8.0