From 7267e82ccfbea0fa03e8bc809a2d5ac6f7da84ac Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 20 六月 2025 15:33:36 +0800 Subject: [PATCH] 优化国自AGV和ERP下发的报文处理逻辑 --- core/WCSCore.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/WCSCore.cs b/core/WCSCore.cs index c904e6f..ca22441 100644 --- a/core/WCSCore.cs +++ b/core/WCSCore.cs @@ -348,8 +348,11 @@ } // DOC 4. 绔欏彴鐢宠瀹夊叏浜や簰 RCS->WMS - public static ReturnResult SafetyInteraction(SafetyInteractionInfo model) { - var gzResult = new ReturnResult(); + public static gzResult SafetyInteraction(SafetyInteractionInfo model) { + var gzResult = new gzResult() { + code = 0, + msg = "success" + }; // 鐩墠璇ラ」鐩病鏈夌珯鍙板畨鍏ㄤ氦浜掔殑鍔熻兘 return gzResult; } -- Gitblit v1.9.1