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/Entity/WcsPlc.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsPlc.cs b/Admin.NET/WCS.Application/Entity/WcsPlc.cs index e3a1519..e92777f 100644 --- a/Admin.NET/WCS.Application/Entity/WcsPlc.cs +++ b/Admin.NET/WCS.Application/Entity/WcsPlc.cs @@ -15,6 +15,13 @@ public string IP { get; set; } /// <summary> + /// PLC绫诲瀷 + /// </summary> + [Required] + [SugarColumn(ColumnName = "PLCType", ColumnDescription = "PLC绫诲瀷")] + public PLCEnum PLCType { get; set; } + + /// <summary> /// 璁惧绫诲瀷 /// </summary> [Required] -- Gitblit v1.8.0