From fd067b408ae97f16c13b0e25b9c870d23f4d0ba3 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周二, 10 12月 2024 22:52:08 +0800 Subject: [PATCH] 首页 --- CC/iWareCommon/iWareCommon.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CC/iWareCommon/iWareCommon.csproj b/CC/iWareCommon/iWareCommon.csproj index fa252f3..0bd2e98 100644 --- a/CC/iWareCommon/iWareCommon.csproj +++ b/CC/iWareCommon/iWareCommon.csproj @@ -74,6 +74,8 @@ </ItemGroup> <ItemGroup> <Compile Include="Common\Dao\CommonDao.cs" /> + <Compile Include="Common\Globle\PlcAddressGloble.cs" /> + <Compile Include="Common\Globle\PlcWarningAddressGloble.cs" /> <Compile Include="Common\Globle\SysGloble.cs" /> <Compile Include="Common\Service\CommonService.cs" /> <Compile Include="Utils\CSharpHelper.cs" /> -- Gitblit v1.9.3