From 4efebef143f1ed702bc5bc1c29349e2a7f2af414 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期一, 02 九月 2024 08:17:26 +0800
Subject: [PATCH] Merge branch 'master' into hwh
---
Admin.NET/WCS.Application/Enum/PLCEnum.cs | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Admin.NET/WCS.Application/Enum/PLCEnum.cs b/Admin.NET/WCS.Application/Enum/PLCEnum.cs
index 0677b5e..1bdfe6d 100644
--- a/Admin.NET/WCS.Application/Enum/PLCEnum.cs
+++ b/Admin.NET/WCS.Application/Enum/PLCEnum.cs
@@ -12,9 +12,9 @@
[Description("鍫嗚泛鏈�")]
StackingMachine = 0,
/// <summary>
- /// 杈撻�佺嚎
+ /// 鎵樼洏杈撻�佺嚎
/// </summary>
- [Description("杈撻�佺嚎")]
+ [Description("鎵樼洏杈撻�佺嚎")]
ConveyorLine = 1,
/// <summary>
/// AGV灏忚溅
@@ -26,6 +26,11 @@
/// </summary>
[Description("鍙犳媶鎵樻満")]
PalletMachine = 3,
+ /// <summary>
+ /// 浠剁杈撻�佺嚎
+ /// </summary>
+ [Description("浠剁杈撻�佺嚎")]
+ BoxConveyorLine = 4,
}
/// <summary>
--
Gitblit v1.8.0