wzp
2023-03-02 374ce4ffd0c459bb4067e8d5765f972668aff9b1
web/Dao/Dao.csproj
@@ -54,9 +54,8 @@
    <Reference Include="Common">
      <HintPath>..\Lib\Common.dll</HintPath>
    </Reference>
    <Reference Include="Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Common\lib\Oracle.DataAccess.dll</HintPath>
    <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
      <HintPath>..\packages\Oracle.ManagedDataAccess.19.18.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
    </Reference>
    <Reference Include="System.configuration" />
    <Reference Include="System.Core">
@@ -79,6 +78,7 @@
    <Compile Include="GwMobileAreaDao.cs" />
    <Compile Include="GwMoRouteDao.cs" />
    <Compile Include="GwOrderAuditDao.cs" />
    <Compile Include="GwEventLogDao.cs" />
    <Compile Include="GwOrderDao.cs" />
    <Compile Include="SysRoleMenuDao.cs" />
    <Compile Include="SysDictDataDao.cs" />
@@ -163,5 +163,9 @@
      <Name>Model</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>