From e8e8a06fc68a6a645ce32be2cc9c3aaa67a97d68 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 17 9月 2025 13:51:36 +0800
Subject: [PATCH] 优化

---
 DEmon/iWareDataCore/iWareDataCore.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEmon/iWareDataCore/iWareDataCore.csproj b/DEmon/iWareDataCore/iWareDataCore.csproj
index 3c0274e..d18b11a 100644
--- a/DEmon/iWareDataCore/iWareDataCore.csproj
+++ b/DEmon/iWareDataCore/iWareDataCore.csproj
@@ -9,9 +9,8 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>iWareDataCore</RootNamespace>
     <AssemblyName>iWareDataCore</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -78,6 +77,7 @@
     <Compile Include="BASE\Entity\InOutListEntity.cs" />
     <Compile Include="BASE\Entity\EmptyPlaceViewEntity.cs" />
     <Compile Include="BASE\Entity\InputMaterialEntity.cs" />
+    <Compile Include="BASE\Entity\MaterialViewForMesEntity.cs" />
     <Compile Include="BASE\Entity\WebOrderDetailViewEntity.cs" />
     <Compile Include="BASE\Entity\WebOrderDetailEntity.cs" />
     <Compile Include="BASE\Entity\MaterialClassEntity.cs" />

--
Gitblit v1.9.3