From b67787b031e357c60565d3e1aa8b829706e520e2 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期五, 11 七月 2025 17:30:56 +0800 Subject: [PATCH] Mes接口修改 --- wms/ContainerHelper.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/wms/ContainerHelper.cs b/wms/ContainerHelper.cs index 5590922..626621a 100644 --- a/wms/ContainerHelper.cs +++ b/wms/ContainerHelper.cs @@ -1,4 +1,5 @@ 锘縰sing HH.WCS.ZhongCeJinTan.util; +using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; @@ -52,6 +53,8 @@ + + internal static bool delCntrItem(string cntrCode) { LogHelper.Info($"鍒犻櫎瀹瑰櫒{cntrCode}", "Mes浠诲姟涓嬪彂"); -- Gitblit v1.9.1