From 2389c8496f97aa2c15c5e4e7475de39b967d678c Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期三, 23 七月 2025 09:03:52 +0800 Subject: [PATCH] 产测查询工单数据接口调整,改为按站位号反查产线,再通过产线查出工单信息 --- StandardPda/MESApplication/MESApplication.csproj | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/StandardPda/MESApplication/MESApplication.csproj b/StandardPda/MESApplication/MESApplication.csproj index b87eece..3ae7129 100644 --- a/StandardPda/MESApplication/MESApplication.csproj +++ b/StandardPda/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,12 @@ <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> </Project> -- Gitblit v1.9.3