From dfbc0389d6b9b2bd8e92e976248b9992a03979f4 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 08 九月 2021 13:23:26 +0800
Subject: [PATCH] 提料生成送货单 下推数量 =提料计划数量 - 已生成送货单数量
---
src/BLL/Demo.BLL/Demo.BLL.csproj | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/BLL/Demo.BLL/Demo.BLL.csproj b/src/BLL/Demo.BLL/Demo.BLL.csproj
index 9256774..5988925 100644
--- a/src/BLL/Demo.BLL/Demo.BLL.csproj
+++ b/src/BLL/Demo.BLL/Demo.BLL.csproj
@@ -9,9 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Demo.BLL</RootNamespace>
<AssemblyName>Demo.BLL</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
--
Gitblit v1.9.1