From 30a90f590c3bf091a17059dee500e690054d262e Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期二, 03 九月 2024 14:24:44 +0800 Subject: [PATCH] 修改分拣码垛页面UI --- 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