diff --git a/04.系统编码/App/App.csproj b/04.系统编码/App/App.csproj index 454c391..120a83b 100644 --- a/04.系统编码/App/App.csproj +++ b/04.系统编码/App/App.csproj @@ -137,6 +137,7 @@ <Compile Include="Controllers\MengguController.cs" /> <Compile Include="Controllers\UserController.cs" /> <Compile Include="Controllers\SystemManagementController.cs" /> + <Compile Include="Controllers\PointController.cs" /> <Compile Include="Controllers\UserManagementController.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> @@ -202,7 +203,6 @@ <Content Include="Content\images\toggle-left.png" /> <Content Include="Content\images\toggle-right.png" /> <Content Include="Content\images\user-icon.png" /> - <Content Include="Content\scripts\beijing\info-point.js" /> <Content Include="Content\scripts\config.js" /> <Content Include="Content\scripts\menggu\app.js" /> <Content Include="Content\scripts\menggu\history-panel.js" /> diff --git a/04.系统编码/BLL/BLL.csproj b/04.系统编码/BLL/BLL.csproj index 12bf80e..fe1c026 100644 --- a/04.系统编码/BLL/BLL.csproj +++ b/04.系统编码/BLL/BLL.csproj @@ -53,6 +53,7 @@ <Compile Include="TaskBLL.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TagBLL.cs" /> + <Compile Include="PointBLL.cs" /> <Compile Include="UserBLL.cs" /> </ItemGroup> <ItemGroup> diff --git a/04.系统编码/DAL/DAL.csproj b/04.系统编码/DAL/DAL.csproj index 7e15c99..83c42d1 100644 --- a/04.系统编码/DAL/DAL.csproj +++ b/04.系统编码/DAL/DAL.csproj @@ -57,6 +57,7 @@ <Compile Include="TaskDAL.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TagDAL.cs" /> + <Compile Include="PointDAL.cs" /> <Compile Include="UserDAL.cs" /> </ItemGroup> <ItemGroup> diff --git a/04.系统编码/Model/Model.csproj b/04.系统编码/Model/Model.csproj index 904be27..a5cd1a1 100644 --- a/04.系统编码/Model/Model.csproj +++ b/04.系统编码/Model/Model.csproj @@ -50,6 +50,7 @@ <Compile Include="Config.cs" /> <Compile Include="Org.cs" /> <Compile Include="Pagination.cs" /> + <Compile Include="Point.cs" /> <Compile Include="RealPoint.cs" /> <Compile Include="Statistic.cs" /> <Compile Include="Task.cs" />