Ver Código Fonte

新增接口项目文件

zhoufan 4 anos atrás
pai
commit
6e3f73dd97

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

@@ -74,6 +74,7 @@
74 74
     <Compile Include="T_Cus_CustomerExpand.cs" />
75 75
     <Compile Include="T_Cus_CustomerFinance.cs" />
76 76
     <Compile Include="T_Cus_CustomerFinanceLog.cs" />
77
+    <Compile Include="T_Cus_Customerrecords.cs" />
77 78
     <Compile Include="T_Cus_RegionCategory.cs" />
78 79
     <Compile Include="T_Cus_Region_UserAccount_Map.cs" />
79 80
     <Compile Include="T_Msg_List.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

@@ -74,6 +74,7 @@
74 74
     <Compile Include="T_Cus_CustomerExpand.cs" />
75 75
     <Compile Include="T_Cus_CustomerFinance.cs" />
76 76
     <Compile Include="T_Cus_CustomerFinanceLog.cs" />
77
+    <Compile Include="T_Cus_Customerrecords.cs" />
77 78
     <Compile Include="T_Cus_RegionCategory.cs" />
78 79
     <Compile Include="T_Cus_Region_UserAccount_Map.cs" />
79 80
     <Compile Include="T_Msg_List.cs" />

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

@@ -241,6 +241,7 @@
241 241
     <Compile Include="Controllers\weixin\WxLoginController.cs" />
242 242
     <Compile Include="Controllers\weixin\WxReceiveController.cs" />
243 243
     <Compile Include="Controllers\workorder\MaterialManageController.cs" />
244
+    <Compile Include="Controllers\workorder\MaterialManageXLXController.cs" />
244 245
     <Compile Include="Controllers\workorder\WorkOrderController.cs" />
245 246
     <Compile Include="Controllers\workorder\WorkOrderLogsController.cs" />
246 247
     <Compile Include="Controllers\workorder\WorkOrderNewController.cs" />

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

@@ -80,6 +80,7 @@
80 80
     <Compile Include="T_Cus_CustomerExpand.cs" />
81 81
     <Compile Include="T_Cus_CustomerFinance.cs" />
82 82
     <Compile Include="T_Cus_CustomerFinanceLog.cs" />
83
+    <Compile Include="T_Cus_Customerrecords.cs" />
83 84
     <Compile Include="T_Cus_RegionCategory.cs" />
84 85
     <Compile Include="T_Cus_Region_UserAccount_Map.cs" />
85 86
     <Compile Include="T_Msg_List.cs" />

+ 1 - 0
codegit/CallCenterCommon/CallCenter.Utility/CallCenter.Utility.csproj

@@ -77,6 +77,7 @@
77 77
     <Compile Include="Extend\ExtLinq.cs" />
78 78
     <Compile Include="FileUp.cs" />
79 79
     <Compile Include="Linq\PredicateExtensionses.cs" />
80
+    <Compile Include="log\LogInterface.cs" />
80 81
     <Compile Include="SaltAndHashHelper.cs" />
81 82
     <Compile Include="SysInformationHelper.cs" />
82 83
     <Compile Include="Time\DateTimeConvert.cs" />