From 42727048a245026b3e3022859da9cec8977bff2a Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-JIE70N9> Date: 星期四, 12 六月 2025 08:33:49 +0800 Subject: [PATCH] 提交 --- Admin.NET/WCS.Application/Enum/FourWayCarEnum.cs | 51 ++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 44 insertions(+), 7 deletions(-) diff --git a/Admin.NET/WCS.Application/Enum/FourWayCarEnum.cs b/Admin.NET/WCS.Application/Enum/FourWayCarEnum.cs index 34fc097..731f5b9 100644 --- a/Admin.NET/WCS.Application/Enum/FourWayCarEnum.cs +++ b/Admin.NET/WCS.Application/Enum/FourWayCarEnum.cs @@ -76,16 +76,53 @@ /// 鏋侀檺鐢甸噺 浣庝簬姝ょ數閲忎笉鎵ц浠诲姟 /// </summary> [Description("鏋侀檺鐢甸噺")] - Dl = 60, + Dl = 20, /// <summary> /// 鍋ュ悍鐢甸噺 浣庝簬姝ょ數閲� 涓旀棤浠诲姟鏃跺幓鍏呯數 /// </summary> [Description("鍋ュ悍鐢甸噺")] - Dl2 = 90, - /// <summary> - /// 鏋侀檺鐢甸噺 浣庝簬姝ょ數閲忎笉鎵ц浠诲姟 - /// </summary> - [Description("鏋侀檺鐢甸噺")] - Dl3 = 50, + Dl2 = 60, + } + + +public class carConverModel +{ + + public Dictionary<string, string> conveyorNan = new Dictionary<string, string>(); + public Dictionary<string, string> conveyorBei = new Dictionary<string, string>(); + public Dictionary<string, string> conveyorRuKu = new Dictionary<string, string>(); + public carConverModel(){ + conveyorNan = new Dictionary<string, string>() + { + {"190601","13"}, + {"190602","15"}, + {"191201","14"}, + {"191202","16"} + }; + conveyorBei = new Dictionary<string, string>() + { + {"030401","2"}, + {"030402","6"}, + {"030601","3"}, + {"030602","7"}, + {"031201","5"}, + {"031202","8"}, + }; + conveyorRuKu = new Dictionary<string, string>() + { + {"190601","9"}, + {"190602","9"}, + {"191201","9"}, + {"191202","9"}, + + {"030401","17"}, + {"030402","17"}, + {"030601","18"}, + {"030602","18"}, + {"031201","18"}, + {"031202","18"}, + }; + } +} -- Gitblit v1.8.0