From 37c4da42e6bc67a0c40ef1d4f2527a5577f86a2e Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期三, 21 八月 2024 07:56:21 +0800
Subject: [PATCH] plc设备信息页面优化
---
Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs | 63 +++++++++++++++++--------------
1 files changed, 34 insertions(+), 29 deletions(-)
diff --git a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs
index 6be8c4c..d2030b3 100644
--- a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs
+++ b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs
@@ -6,34 +6,39 @@
namespace WCS.Application;
+/// <summary>
+/// PLC杈撳嚭鍙傛暟
+/// </summary>
+public class WcsPlcDto
+{
/// <summary>
- /// PLC杈撳嚭鍙傛暟
+ /// 涓婚敭Id
/// </summary>
- public class WcsPlcDto
- {
- /// <summary>
- /// 涓婚敭Id
- /// </summary>
- public long Id { get; set; }
-
- /// <summary>
- /// PLCIP鍦板潃
- /// </summary>
- public string IP { get; set; }
-
- /// <summary>
- /// 璁惧绫诲瀷
- /// </summary>
- public PLCTypeEnum Type { get; set; }
-
- /// <summary>
- /// 浠撳簱鍙�
- /// </summary>
- public string? WareHouseNo { get; set; }
-
- /// <summary>
- /// 鎻忚堪
- /// </summary>
- public string? Text { get; set; }
-
- }
+ public long Id { get; set; }
+
+ /// <summary>
+ /// PLCIP鍦板潃
+ /// </summary>
+ public string IP { get; set; }
+
+ /// <summary>
+ /// 璁惧绫诲瀷
+ /// </summary>
+ public PLCEnum PLCType { get; set; }
+
+ /// <summary>
+ /// 璁惧绫诲瀷
+ /// </summary>
+ public PLCTypeEnum Type { get; set; }
+
+ /// <summary>
+ /// 浠撳簱鍙�
+ /// </summary>
+ public string? WareHouseNo { get; set; }
+
+ /// <summary>
+ /// 鎻忚堪
+ /// </summary>
+ public string? Text { get; set; }
+
+}
--
Gitblit v1.8.0