Parcourir la Source

新增接口项目文件

zhoufan il y a 4 ans
Parent
commit
6e3f73dd97

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

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

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

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

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

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

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

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

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

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

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

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