瀏覽代碼

add:新增文件

zhaozhiqiang 3 年之前
父節點
當前提交
5286e1d6ed

+ 1 - 0
RMYY_CallCenter_Api.Bll/RMYY_CallCenter_Api.Bll.csproj

@@ -74,6 +74,7 @@
74 74
     <Compile Include="T_Sys_GongDan.cs" />
75 75
     <Compile Include="T_Sys_GongDanType.cs" />
76 76
     <Compile Include="T_Sys_Knowledge.cs" />
77
+    <Compile Include="T_Sys_Login_Logs.cs" />
77 78
     <Compile Include="T_Sys_Menu.cs" />
78 79
     <Compile Include="T_Sys_MobileData.cs" />
79 80
     <Compile Include="T_Sys_Role.cs" />

+ 1 - 0
RMYY_CallCenter_Api.Dal/RMYY_CallCenter_Api.Dal.csproj

@@ -74,6 +74,7 @@
74 74
     <Compile Include="T_Sys_GongDan.cs" />
75 75
     <Compile Include="T_Sys_GongDanType.cs" />
76 76
     <Compile Include="T_Sys_Knowledge.cs" />
77
+    <Compile Include="T_Sys_Login_Logs.cs" />
77 78
     <Compile Include="T_Sys_Menu.cs" />
78 79
     <Compile Include="T_Sys_MobileData.cs" />
79 80
     <Compile Include="T_Sys_Role.cs" />

+ 1 - 0
RMYY_CallCenter_Api.Model/RMYY_CallCenter_Api.Model.csproj

@@ -75,6 +75,7 @@
75 75
     <Compile Include="T_Sys_GongDan.cs" />
76 76
     <Compile Include="T_Sys_GongDanType.cs" />
77 77
     <Compile Include="T_Sys_Knowledge.cs" />
78
+    <Compile Include="T_Sys_Login_Logs.cs" />
78 79
     <Compile Include="T_Sys_Menu.cs" />
79 80
     <Compile Include="T_Sys_MobileData.cs" />
80 81
     <Compile Include="T_Sys_Role.cs" />

+ 3 - 0
RMYY_CallCenter_Api/RMYY_CallCenter_Api.csproj

@@ -132,10 +132,13 @@
132 132
     <Compile Include="Controllers\CarManage\T_Car_MessageController.cs" />
133 133
     <Compile Include="Controllers\CarManage\T_Car_WorkOrderController.cs" />
134 134
     <Compile Include="Controllers\information\NoticeController.cs" />
135
+    <Compile Include="Controllers\Quality\DaysTalkTimeController.cs" />
135 136
     <Compile Include="Controllers\Quality\IndexBaseController.cs" />
136 137
     <Compile Include="Controllers\Quality\IndexCategoryController.cs" />
137 138
     <Compile Include="Controllers\Quality\QCManageController.cs" />
138 139
     <Compile Include="Controllers\Quality\QCResultController.cs" />
140
+    <Compile Include="Controllers\Quality\SwitchedlossCallController.cs" />
141
+    <Compile Include="Controllers\Quality\TalkTimeController.cs" />
139 142
     <Compile Include="Controllers\report\HourCallTotalController.cs" />
140 143
     <Compile Include="Controllers\report\TotalCallController.cs" />
141 144
     <Compile Include="Controllers\report\YearContrastController.cs" />