From 33ea398cbab8ca06c953672ed2b677968bec3d5d Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 29 一月 2021 11:03:03 +0800 Subject: [PATCH] 提料计划+齐套分析 写入日志 --- src/BLL/Demo.BillView/Demo.BillView.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/BLL/Demo.BillView/Demo.BillView.csproj b/src/BLL/Demo.BillView/Demo.BillView.csproj index 9529e2e..a0deb39 100644 --- a/src/BLL/Demo.BillView/Demo.BillView.csproj +++ b/src/BLL/Demo.BillView/Demo.BillView.csproj @@ -175,6 +175,7 @@ <Reference Include="PresentationFramework" /> <Reference Include="System" /> <Reference Include="System.Core" /> + <Reference Include="System.Drawing" /> <Reference Include="System.Web" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> @@ -193,9 +194,13 @@ </Reference> </ItemGroup> <ItemGroup> + <Compile Include="PRD\LogService.cs" /> + <Compile Include="PRD\PODemandPlanListLoad.cs" /> + <Compile Include="PRD\ProTardinessDetails.cs" /> <Compile Include="PRD\ProCompleteAnalysisMateriel.cs" /> <Compile Include="PRD\ProCompleteAnalysisDetails.cs" /> <Compile Include="PRD\Pro_ScDayImport.cs" /> + <Compile Include="PRD\Pro_TlPlanConfigure.cs" /> <Compile Include="PRD\Pro_WorkBillPlatform.cs" /> <Compile Include="PRD\Pro_WorkBillPlatImport.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> -- Gitblit v1.9.1