From 5f467d39b6bcca41c0720493c1f6e68c77ea89e4 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期日, 20 七月 2025 18:08:51 +0800
Subject: [PATCH] ftp服务器上传

---
 StandardInterface/MES.Service/MES.Service.csproj |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/StandardInterface/MES.Service/MES.Service.csproj b/StandardInterface/MES.Service/MES.Service.csproj
index 0cdbe87..24fb568 100644
--- a/StandardInterface/MES.Service/MES.Service.csproj
+++ b/StandardInterface/MES.Service/MES.Service.csproj
@@ -7,6 +7,12 @@
     </PropertyGroup>
 
     <ItemGroup>
+      <Compile Remove="Dto\webApi\鏂版枃浠跺す\**" />
+      <EmbeddedResource Remove="Dto\webApi\鏂版枃浠跺す\**" />
+      <None Remove="Dto\webApi\鏂版枃浠跺す\**" />
+    </ItemGroup>
+
+    <ItemGroup>
         <PackageReference Include="AlibabaCloud.SDK.Dingtalk" Version="2.1.99" />
         <PackageReference Include="Masuit.Tools.Core" Version="2024.3.4" />
         <PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
@@ -18,8 +24,6 @@
     </ItemGroup>
 
     <ItemGroup>
-      <Folder Include="Dto\webApi\SRM\" />
-      <Folder Include="Dto\webApi\鏂版枃浠跺す\" />
       <Folder Include="Modes\SRM\" />
       <Folder Include="service\SRM\" />
     </ItemGroup>

--
Gitblit v1.9.3