From 28d0edbe5aa244e80b6a8b025730fbda2c4f43ad Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期一, 16 五月 2022 15:51:36 +0800 Subject: [PATCH] 标准工时导入模块完善修改 --- BaseSet/BaseSet.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/BaseSet/BaseSet.csproj b/BaseSet/BaseSet.csproj index 4751d46..239fba4 100644 --- a/BaseSet/BaseSet.csproj +++ b/BaseSet/BaseSet.csproj @@ -1564,6 +1564,12 @@ <Compile Include="瀵煎叆妯℃澘\Gy_DataIn_WorkCenter.designer.cs"> <DependentUpon>Gy_DataIn_WorkCenter.cs</DependentUpon> </Compile> + <Compile Include="瀵煎叆妯℃澘\Gy_DataIn_StdWorkTimes.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="瀵煎叆妯℃澘\Gy_DataIn_StdWorkTimes.Designer.cs"> + <DependentUpon>Gy_DataIn_StdWorkTimes.cs</DependentUpon> + </Compile> </ItemGroup> <ItemGroup> <COMReference Include="stdole"> @@ -2551,6 +2557,10 @@ <SubType>Designer</SubType> <DependentUpon>Gy_DataIn_WorkCenter.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="瀵煎叆妯℃澘\Gy_DataIn_StdWorkTimes.resx"> + <DependentUpon>Gy_DataIn_StdWorkTimes.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> </ItemGroup> <ItemGroup> <Folder Include="CLOUD鍩虹璧勬枡\" /> -- Gitblit v1.9.1