From 3609a43ca4d7842a839524dee1baaf4f84bc4801 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期一, 02 九月 2024 14:41:02 +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