Explorar el Código

工单报表调整

yuqian %!s(int64=8) %!d(string=hace) años
padre
commit
9a23159e79

+ 6 - 0
CallCenterApi/CallCenterApi.BLL/CallCenterApi.BLL.csproj.user

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+  <PropertyGroup>
4
+    <ProjectView>ShowAllFiles</ProjectView>
5
+  </PropertyGroup>
6
+</Project>

+ 1 - 0
CallCenterApi/CallCenterApi.BLL/T_Bus_WorkOrderReport.cs

@@ -9,6 +9,7 @@ namespace CallCenterApi.BLL
9 9
 {
10 10
     public class T_Bus_WorkOrderReport
11 11
     {
12
+
12 13
         /// <summary>
13 14
         ///  区域
14 15
         /// </summary>

+ 0 - 2
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/report/WorkOrderReportController.cs

@@ -773,7 +773,5 @@ namespace CallCenterApi.Interface.Controllers.report
773 773
         }
774 774
 
775 775
 
776
-
777
-
778 776
     }
779 777
 }

+ 0 - 1
CallCenterApi/CallCenterApi.Model/T_Bus_WorkOrderReport.cs

@@ -12,6 +12,5 @@ namespace CallCenterApi.Model
12 12
         public int WorkOrderState { get; set; }
13 13
         public int FieldId { get; set; }
14 14
         public string FieldName { get; set; }
15
-
16 15
     }
17 16
 }