From 72bfac507775d1c76906ed23c9ccd7ca28549525 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期二, 19 八月 2025 11:05:34 +0800
Subject: [PATCH] 直接调拨申请委外类型字段
---
StandardInterface/MESApplication/MESApplication.csproj | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/StandardInterface/MESApplication/MESApplication.csproj b/StandardInterface/MESApplication/MESApplication.csproj
index b87eece..e344958 100644
--- a/StandardInterface/MESApplication/MESApplication.csproj
+++ b/StandardInterface/MESApplication/MESApplication.csproj
@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0"/>
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -18,12 +18,16 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Oracle.EntityFrameworkCore" Version="8.21.121"/>
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
+ <PackageReference Include="Oracle.EntityFrameworkCore" Version="8.21.121" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\MES.Service\MES.Service.csproj"/>
+ <ProjectReference Include="..\MES.Service\MES.Service.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Controllers\SRM\" />
</ItemGroup>
</Project>
--
Gitblit v1.9.3