From a6ec32f0e2a0e67e3666068b623c02011232e075 Mon Sep 17 00:00:00 2001
From: fanwensheng <fanwensheng@foxmail.com>
Date: Sat, 15 Jan 2022 14:41:27 +0800
Subject: [PATCH] Update

---
 04.系统编码/App/App.csproj     | 2 +-
 04.系统编码/BLL/BLL.csproj     | 1 +
 04.系统编码/DAL/DAL.csproj     | 1 +
 04.系统编码/Model/Model.csproj | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/04.系统编码/App/App.csproj b/04.系统编码/App/App.csproj
index 08ee1cc..ad05267 100644
--- a/04.系统编码/App/App.csproj
+++ b/04.系统编码/App/App.csproj
@@ -136,6 +136,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>
@@ -201,7 +202,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" />