From 63e94e068622d4ef843cee0d19d4f2d231316304 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 25 七月 2025 17:20:38 +0800 Subject: [PATCH] 完善查询语句, 日志记录的封装 --- api/WMSController.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/api/WMSController.cs b/api/WMSController.cs index dc50059..0d4ed91 100644 --- a/api/WMSController.cs +++ b/api/WMSController.cs @@ -1,4 +1,6 @@ -锘縰sing Newtonsoft.Json; +锘縰sing HH.WCS.Mobox3.DSZSH.util; + +using Newtonsoft.Json; using System.Collections.Generic; using System.Web.Http; -- Gitblit v1.9.1