From 124102d5db2a2ace2f2d8484ceda658829657552 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 06 一月 2024 14:14:52 +0800 Subject: [PATCH] 图片表的sql操作 --- JiangSu/JiangSu.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/JiangSu/JiangSu.csproj b/JiangSu/JiangSu.csproj index 0c6c6b0..3b68141 100644 --- a/JiangSu/JiangSu.csproj +++ b/JiangSu/JiangSu.csproj @@ -138,19 +138,23 @@ <Compile Include="App_Start\RouteConfig.cs" /> <Compile Include="App_Start\WebApiConfig.cs" /> <Compile Include="Controllers\HomeController.cs" /> + <Compile Include="Controllers\ImgController.cs" /> <Compile Include="Controllers\OpController.cs" /> <Compile Include="Controllers\ValuesController.cs" /> <Compile Include="Controllers\GridController.cs" /> <Compile Include="cs\GridDAL.cs" /> + <Compile Include="cs\ImgDAL.cs" /> <Compile Include="cs\LogOut.cs" /> <Compile Include="cs\ModelDAL.cs" /> <Compile Include="cs\ModelHandler.cs" /> <Compile Include="cs\PostgreHelper.cs" /> <Compile Include="cs\SQLiteHelper.cs" /> + <Compile Include="cs\Tools.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> <Compile Include="Models\Grid.cs" /> + <Compile Include="Models\Img.cs" /> <Compile Include="Models\Model.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> -- Gitblit v1.9.3