From 66da0f6808fa8496a3216c94973a552389ab96ba Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期一, 02 九月 2024 13:27:25 +0800
Subject: [PATCH] 解决冲突
---
Admin.NET/WCS.Application/Enum/PLCEnum.cs | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/Admin.NET/WCS.Application/Enum/PLCEnum.cs b/Admin.NET/WCS.Application/Enum/PLCEnum.cs
index 1bdfe6d..d0f45f7 100644
--- a/Admin.NET/WCS.Application/Enum/PLCEnum.cs
+++ b/Admin.NET/WCS.Application/Enum/PLCEnum.cs
@@ -138,4 +138,21 @@
//String
[Description("String")]
String = 11,
+}
+/// <summary>
+/// 浜や簰绫诲瀷
+/// </summary>
+[Description("浜や簰绫诲瀷")]
+public enum DeviceTypeEnum
+{
+ /// <summary>
+ /// 涓氬姟
+ /// </summary>
+ [Description("涓氬姟")]
+ Business = 1,
+ /// <summary>
+ /// 椤甸潰灞曠ず
+ /// </summary>
+ [Description("椤甸潰灞曠ず")]
+ Show = 2,
}
\ No newline at end of file
--
Gitblit v1.8.0