From 43d58c9cafae2edfb38e0287c53c71e9c9e369e6 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 22 五月 2023 13:03:35 +0800
Subject: [PATCH] 1
---
WebAPI/WebAPI.csproj | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 78aa3be..b9a9f23 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -248,6 +248,7 @@
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Fakes Include="Fakes\Newtonsoft.Json.fakes" />
+ <Content Include="Config\kdapi.config" />
<None Include="Properties\PublishProfiles\API.pubxml" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -338,6 +339,7 @@
<Compile Include="Code\TestDAL.cs" />
<Compile Include="Controllers\EntrustOutBackController.cs" />
<Compile Include="Controllers\EntrustOutController.cs" />
+ <Compile Include="Controllers\Gy_WorkDayController.cs" />
<Compile Include="Controllers\Kf_EntrustInBillController.cs" />
<Compile Include="Controllers\ReportController.cs" />
<Compile Include="Controllers\Sc_GroupOrderBillController.cs" />
@@ -355,6 +357,8 @@
<Compile Include="Controllers\Sc_PackUnionBillController.cs" />
<Compile Include="Controllers\SellOutBackController.cs" />
<Compile Include="Controllers\SellOutController.cs" />
+ <Compile Include="HttpClient.cs" />
+ <Compile Include="InvokeHelper.cs" />
<Compile Include="ListModels.cs" />
<Compile Include="Models\ClsCg_POInStockBill.cs" />
<Compile Include="Models\GroupOrderBill.cs" />
@@ -365,12 +369,14 @@
</Compile>
<Compile Include="Models\JsonResult.cs" />
<Compile Include="Models\Pensen.cs" />
+ <Compile Include="Models\WorkDay.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
+ <Compile Include="Utility\Util.cs" />
<Compile Include="Web References\WebS\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
--
Gitblit v1.9.1