From 5fab21700b6005e8eecf41f05638ecadf3048bbc Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期二, 03 九月 2024 13:14:00 +0800 Subject: [PATCH] 移除过滤文档 --- Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs index 1e3e202..21fbc14 100644 --- a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs +++ b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs @@ -123,7 +123,7 @@ /// <summary> /// 浠诲姟绫诲瀷 /// </summary> - public TaskTypeEnum TaskType { get; set; } + public TaskTypeEnum? TaskType { get; set; } public string Plc { get; set; } public string Wcs { get; set; } /// <summary> -- Gitblit v1.8.0