gaobingyue 5 anni fa
parent
commit
63008c1319

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.BLL/CallCenterApi.BLL.csproj

@@ -44,6 +44,7 @@
44 44
     <Compile Include="PagerBLL.cs" />
45 45
     <Compile Include="Properties\AssemblyInfo.cs" />
46 46
     <Compile Include="telloc_users.cs" />
47
+    <Compile Include="T_Bus_WorkOrder_GriddingWO_logs.cs" />
47 48
     <Compile Include="T_Call_Blacklist.cs" />
48 49
     <Compile Include="T_Call_CallRecords.cs" />
49 50
     <Compile Include="T_Call_CallRecordsLD.cs" />

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.Common/CallCenterApi.Common.csproj

@@ -46,6 +46,7 @@
46 46
   </ItemGroup>
47 47
   <ItemGroup>
48 48
     <Compile Include="CacheHelper.cs" />
49
+    <Compile Include="CodeValidate.cs" />
49 50
     <Compile Include="CommonHelper.cs" />
50 51
     <Compile Include="CookieUtil.cs" />
51 52
     <Compile Include="DESEncrypt.cs" />

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.DAL/CallCenterApi.DAL.csproj

@@ -44,6 +44,7 @@
44 44
     <Compile Include="PagerDAL.cs" />
45 45
     <Compile Include="Properties\AssemblyInfo.cs" />
46 46
     <Compile Include="telloc_users.cs" />
47
+    <Compile Include="T_Bus_WorkOrder_GriddingWO_logs.cs" />
47 48
     <Compile Include="T_Call_Blacklist.cs" />
48 49
     <Compile Include="T_Call_CallRecords.cs" />
49 50
     <Compile Include="T_Call_CallRecordsLD.cs" />

+ 2 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj

@@ -175,6 +175,7 @@
175 175
     <Compile Include="Controllers\AreaController.cs" />
176 176
     <Compile Include="Controllers\ATheChangeLogController.cs" />
177 177
     <Compile Include="Controllers\Base\BaseController.cs" />
178
+    <Compile Include="Controllers\BusinessDockController.cs" />
178 179
     <Compile Include="Controllers\CallOutOptController.cs" />
179 180
     <Compile Include="Controllers\customer\CustomerController.cs" />
180 181
     <Compile Include="Controllers\customer\RegionCategoryController.cs" />
@@ -187,6 +188,7 @@
187 188
     <Compile Include="Controllers\knowledge\KnowledgeClassController.cs" />
188 189
     <Compile Include="Controllers\knowledge\KnowledgeController.cs" />
189 190
     <Compile Include="Controllers\LogController.cs" />
191
+    <Compile Include="Controllers\Login\AES256Controller.cs" />
190 192
     <Compile Include="Controllers\Login\LoginController.cs" />
191 193
     <Compile Include="Controllers\MenuManage\ModuleInfoController.cs" />
192 194
     <Compile Include="Controllers\ModuleController.cs" />

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.Model/CallCenterApi.Model.csproj

@@ -47,6 +47,7 @@
47 47
     <Compile Include="QCModel.cs" />
48 48
     <Compile Include="telloc_users.cs" />
49 49
     <Compile Include="TreeModel.cs" />
50
+    <Compile Include="T_Bus_WorkOrder_GriddingWO_logs.cs" />
50 51
     <Compile Include="T_Call_Blacklist.cs" />
51 52
     <Compile Include="T_Call_CallRecords.cs" />
52 53
     <Compile Include="T_Call_CallRecordsLD.cs" />