From 3e6f3ed1a5fb9f98be997e8d9de63357fdd6758b Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 03 一月 2022 19:17:23 +0800
Subject: [PATCH] nothing
---
WebAPI/WebAPI.csproj | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index e994c68..fabc815 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" />
@@ -187,7 +189,6 @@
<Compile Include="App_Start\WebApiConfig.cs" />
<Compile Include="BLL\WebServer.cs" />
<Compile Include="Code\Common.cs" />
- <Compile Include="Code\LogService.cs" />
<Compile Include="Code\Test2.cs" />
<Compile Include="Code\TestDAL.cs" />
<Compile Include="Controllers\BarCodeController.cs" />
@@ -199,7 +200,10 @@
<Compile Include="Controllers\PublicPageMethodController.cs" />
<Compile Include="Controllers\ReportController.cs" />
<Compile Include="DLL\ClsCg_POInStockBills.cs" />
+ <Compile Include="HttpClient.cs" />
+ <Compile Include="InvokeHelper.cs" />
<Compile Include="ListModels.cs" />
+ <Compile Include="LogService.cs" />
<Compile Include="Models\ClsCg_POInStockBill.cs" />
<Compile Include="Models\ClsCg_POInStockBillMains.cs" />
<Compile Include="Models\ClsCg_POInStockBillSubs.cs" />
--
Gitblit v1.9.1