From 63e94e068622d4ef843cee0d19d4f2d231316304 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 25 七月 2025 17:20:38 +0800 Subject: [PATCH] 完善查询语句, 日志记录的封装 --- api/ApiModel.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 0a6667f..cd2647e 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -4,6 +4,8 @@ using System.Text; using System.Threading.Tasks; +using HH.WCS.Mobox3.DSZSH.util; + using Newtonsoft.Json; namespace HH.WCS.Mobox3.DSZSH.api { -- Gitblit v1.9.1