From 590ffa097029620655bf57947738df85dc8f5572 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 13 八月 2025 09:22:56 +0800 Subject: [PATCH] 申请入库接口增加托盘重量 --- Admin.NET/WCS.Application/PLC/PLCCommon.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/PLC/PLCCommon.cs b/Admin.NET/WCS.Application/PLC/PLCCommon.cs index 30162ee..f79e8c4 100644 --- a/Admin.NET/WCS.Application/PLC/PLCCommon.cs +++ b/Admin.NET/WCS.Application/PLC/PLCCommon.cs @@ -29,7 +29,7 @@ } // 鍚勫眰杈撻�佺嚎璺烘満鏀捐揣宸ヤ綅闆嗗悎 - var conveyList1 = new List<string>() { "152", "153", "160", "094","019","037","054","078" }; + var conveyList1 = new List<string>() { "152", "153", "155", "160", "094", "019", "037", "054", "078" }; var conveyList4 = new List<string>() { "266", "265"}; PlcTaskInfo taskInfo = new PlcTaskInfo(); -- Gitblit v1.8.0