From 12b68cf5f346c73a4e270f37054642714e29e117 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 22 八月 2023 10:48:55 +0800 Subject: [PATCH] 修改数据入库的界面1 --- DataLoader/DataLoader.csproj | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DataLoader/DataLoader.csproj b/DataLoader/DataLoader.csproj index cfd6f6f..e2e09cf 100644 --- a/DataLoader/DataLoader.csproj +++ b/DataLoader/DataLoader.csproj @@ -135,13 +135,14 @@ <Compile Include="CS\Importor.cs" /> <Compile Include="CS\LogOut.cs" /> <Compile Include="CS\MD5Helper.cs" /> - <Compile Include="CS\MetaHelper.cs" /> + <Compile Include="CS\DBHelper.cs" /> <Compile Include="CS\StaticData.cs" /> <Compile Include="CS\Tools.cs" /> <Compile Include="Model\CommonProp.cs" /> <Compile Include="CS\ModelHandler.cs" /> <Compile Include="CS\NtstWeb.cs" /> <Compile Include="CS\PostgreHelper.cs" /> + <Compile Include="Model\MetaType.cs" /> <Compile Include="Model\SysDir.cs" /> <Compile Include="Model\ViewData.cs" /> <Compile Include="LoginWin.xaml.cs"> -- Gitblit v1.9.3