From 7eecd2371cd2a35ce8151529217b4813d97ea880 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 06 六月 2023 19:10:24 +0800
Subject: [PATCH] 1.T+对接回调地址信息接口开发
---
VueWebApi/VueWebApi.csproj | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index ef1895d..61a4948 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -326,6 +326,7 @@
<Compile Include="Controllers\AppPurchManagementController.cs" />
<Compile Include="Controllers\AppQualityManagementController.cs" />
<Compile Include="Controllers\BaseDateController.cs" />
+ <Compile Include="Controllers\MessageController.cs" />
<Compile Include="Controllers\PurchaseOrderController.cs" />
<Compile Include="Controllers\ReportManagerController.cs" />
<Compile Include="Controllers\SendController.cs" />
@@ -391,6 +392,10 @@
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Hubs\ChatHub2.cs" />
+ <Compile Include="Log4net\ActionConverter.cs" />
+ <Compile Include="Log4net\ActionLayoutPattern.cs" />
+ <Compile Include="Log4net\ActionLoggerInfo.cs" />
+ <Compile Include="Log4net\LogUtil.cs" />
<Compile Include="Models\AdvancedSchedAlready.cs" />
<Compile Include="Models\AdvancedSchedulingDevice.cs" />
<Compile Include="Models\AlreadyScheduling.cs" />
@@ -398,12 +403,14 @@
<Compile Include="Models\AppDevicecCheck.cs" />
<Compile Include="Models\AppLabCode.cs" />
<Compile Include="Models\AppPurchOrderSave.cs" />
+ <Compile Include="Models\AppScheduleKanban.cs" />
<Compile Include="Models\APSList.cs" />
<Compile Include="Models\ApsOrderSerch.cs" />
<Compile Include="Models\BomSub.cs" />
<Compile Include="Models\CapacityPlanningSetup.cs" />
<Compile Include="Models\CapacityPlanSect.cs" />
<Compile Include="Models\CapaPlan.cs" />
+ <Compile Include="Models\ChanjetEncryptMsg.cs" />
<Compile Include="Models\DeviceRepair.cs" />
<Compile Include="Models\EqpRepair.cs" />
<Compile Include="Models\ExcelErro.cs" />
@@ -451,11 +458,15 @@
<Compile Include="Tools\ScanStartReport.cs" />
<Compile Include="Tools\SchedulingMethod.cs" />
<Compile Include="Tools\SeachEncode.cs" />
+ <Compile Include="Tools\SeachEncodeJob.cs" />
<Compile Include="Tools\SessionControllerRouteHandler.cs" />
<Compile Include="Tools\SessionRouteHandler.cs" />
<Compile Include="Tools\TJson.cs" />
<Compile Include="Tools\ToMessage.cs" />
+ <Compile Include="Util\config.cs" />
<Compile Include="Util\EntityHelper.cs" />
+ <Compile Include="Util\Message.cs" />
+ <Compile Include="Util\OpenapiHelper.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Areas\HelpPage\HelpPage.css" />
@@ -483,6 +494,7 @@
<Content Include="Image\app_1.png" />
<Content Include="Image\app_1_1.png" />
<Content Include="Image\app_1_2.png" />
+ <Content Include="Image\app_1_3.png" />
<Content Include="Image\app_2.png" />
<Content Include="Image\app_3.png" />
<Content Include="Image\app_3_1.png" />
@@ -524,9 +536,16 @@
<Content Include="Image\app_7_3.png" />
<Content Include="Image\app_7_4.png" />
<Content Include="Image\app_8.png" />
+ <Content Include="Image\app_8_1.png" />
+ <Content Include="Image\app_8_2.png" />
+ <Content Include="Image\app_8_3.png" />
<Content Include="Image\app_8_7.png" />
<Content Include="Image\app_9.png" />
<Content Include="Image\app_9_1.png" />
+ <Content Include="Image\app_9_2.png" />
+ <Content Include="Image\app_9_3.png" />
+ <Content Include="Image\app_9_4.png" />
+ <Content Include="Image\app_9_5.png" />
<Content Include="Image\index_1.png" />
<Content Include="Image\index_2.png" />
<Content Include="Scripts\bootstrap.js" />
--
Gitblit v1.9.3