From 722b6aa81bfcc1801e0868e0c94931644659d5a1 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 12 十一月 2024 16:55:37 +0800
Subject: [PATCH] 墨西哥白标报表 墨西哥白标生成

---
 WebAPI/WebAPI.csproj |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 9c099ae..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>
@@ -326,6 +327,7 @@
     </Content>
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="App_Data\LogService.cs" />
     <Compile Include="App_Start\BundleConfig.cs" />
     <Compile Include="App_Start\FilterConfig.cs" />
     <Compile Include="App_Start\RouteConfig.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" />
@@ -372,6 +376,7 @@
       <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>
@@ -406,7 +411,6 @@
     </None>
   </ItemGroup>
   <ItemGroup>
-    <Folder Include="App_Data\" />
     <Folder Include="Views\MoveStockBill\" />
   </ItemGroup>
   <ItemGroup>

--
Gitblit v1.9.1