From 39c5282cd3944fbb06bb6e69051cb3cf0beb5ca7 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 21 六月 2023 16:39:11 +0800
Subject: [PATCH] 投产计划报表添加过滤条件

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index e51b4e5..fdfc679 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -223,8 +223,6 @@
     </Reference>
   </ItemGroup>
   <ItemGroup>
-    <Content Include="bin\WebAPI.dll" />
-    <Content Include="bin\WebAPI.pdb" />
     <Content Include="Content\bootstrap.css" />
     <Content Include="Content\bootstrap.min.css" />
     <Content Include="Content\Site.css" />
@@ -921,6 +919,7 @@
   </ItemGroup>
   <ItemGroup>
     <Folder Include="App_Data\" />
+    <Folder Include="bin\" />
     <Folder Include="obj\x86\Debug\" />
     <Folder Include="Views\Cg_PODemandPlanBill\" />
     <Folder Include="Views\Cg_PurchaseReturn\" />

--
Gitblit v1.9.1