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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index bff2d28..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" />
@@ -409,6 +410,7 @@
     <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" />
@@ -461,7 +463,10 @@
     <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" />

--
Gitblit v1.9.3