From 006075890b718a5453ae6708ae32105338a83f37 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 17 十二月 2021 10:14:26 +0800
Subject: [PATCH] 送货单 审核同步生成金蝶 收料 通知单

---
 WebAPI/WebAPI.csproj |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 02aa62a..fabc815 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -189,7 +189,6 @@
     <Compile Include="App_Start\WebApiConfig.cs" />
     <Compile Include="BLL\WebServer.cs" />
     <Compile Include="Code\Common.cs" />
-    <Compile Include="Code\LogService.cs" />
     <Compile Include="Code\Test2.cs" />
     <Compile Include="Code\TestDAL.cs" />
     <Compile Include="Controllers\BarCodeController.cs" />
@@ -201,7 +200,10 @@
     <Compile Include="Controllers\PublicPageMethodController.cs" />
     <Compile Include="Controllers\ReportController.cs" />
     <Compile Include="DLL\ClsCg_POInStockBills.cs" />
+    <Compile Include="HttpClient.cs" />
+    <Compile Include="InvokeHelper.cs" />
     <Compile Include="ListModels.cs" />
+    <Compile Include="LogService.cs" />
     <Compile Include="Models\ClsCg_POInStockBill.cs" />
     <Compile Include="Models\ClsCg_POInStockBillMains.cs" />
     <Compile Include="Models\ClsCg_POInStockBillSubs.cs" />

--
Gitblit v1.9.1