From a544d13081b01f68824e80500c7c30ab2680d524 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 10 10月 2025 16:08:03 +0800
Subject: [PATCH] //修复bug:查询出入库单据信息 【Editby shaocx,2025-09-29】 -- 这个功能没测试过,不一定好使啊啊啊啊啊!!!!!
---
DEmon/iWareCommon/iWareCommon.csproj | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/DEmon/iWareCommon/iWareCommon.csproj b/DEmon/iWareCommon/iWareCommon.csproj
index ac80c0d..d97c0df 100644
--- a/DEmon/iWareCommon/iWareCommon.csproj
+++ b/DEmon/iWareCommon/iWareCommon.csproj
@@ -61,6 +61,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
+ <Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
@@ -106,6 +107,8 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Utils\Base64Helper.cs" />
+ <Compile Include="Utils\ConfigHelper.cs" />
+ <Compile Include="Utils\DataCache.cs" />
<Compile Include="Utils\DESHelper.cs" />
<Compile Include="Utils\EntityPropHelper.cs" />
<Compile Include="Utils\FileHelper.cs" />
--
Gitblit v1.9.3