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