From 16a061f9c284c607a0470f5c37a03652796c61d0 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 25 四月 2025 14:17:37 +0800 Subject: [PATCH] 从金蝶云同步物料信息、生产订单到小诸葛 --- LMES/LMES.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/LMES/LMES.csproj b/LMES/LMES.csproj index 82a0261..aa86cff 100644 --- a/LMES/LMES.csproj +++ b/LMES/LMES.csproj @@ -126,6 +126,12 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="XiaoZhuGe_autoGetData.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="XiaoZhuGe_autoGetData.Designer.cs"> + <DependentUpon>XiaoZhuGe_autoGetData.cs</DependentUpon> + </Compile> <Compile Include="Xt_Wait.cs"> <SubType>Form</SubType> </Compile> @@ -160,6 +166,9 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> + <EmbeddedResource Include="XiaoZhuGe_autoGetData.resx"> + <DependentUpon>XiaoZhuGe_autoGetData.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Xt_Wait.resx"> <DependentUpon>Xt_Wait.cs</DependentUpon> <SubType>Designer</SubType> -- Gitblit v1.9.1