From 0ce3c46b53766d9039ae7a5ae969af6a6fefd4e7 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 15 十一月 2021 16:25:14 +0800
Subject: [PATCH] 委外订单

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index e994c68..02aa62a 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -90,8 +90,9 @@
       <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
       <Private>True</Private>
     </Reference>
-    <Reference Include="Model">
-      <HintPath>..\..\SRM-MES\SRM-MES\Model\bin\Debug\Model.dll</HintPath>
+    <Reference Include="Model, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\SRM-MES\SRM-MES\DAL\bin\Debug\Model.dll</HintPath>
     </Reference>
     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
@@ -165,6 +166,7 @@
     <Content Include="DLL\Kingdee.BOS.WebApi.Client.dll" />
     <Content Include="DLL\Kingdee.BOS.WebApi.FormService.dll" />
     <Content Include="DLL\Kingdee.BOS.WebApi.ServicesStub.dll" />
+    <Content Include="DLL\Model.dll" />
     <Content Include="DLL\Newtonsoft.Json.Net35.dll" />
     <Content Include="DLL\Pub_Class.dll" />
     <Content Include="DLL\Pub_Control.dll" />

--
Gitblit v1.9.1