From 2b027914b70d012496d310b26c4cb182de67fe49 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期三, 13 四月 2022 20:30:54 +0800 Subject: [PATCH] 标准工时列表+新增 --- PlanM/PlanM.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/PlanM/PlanM.csproj b/PlanM/PlanM.csproj index 971037a..0a55294 100644 --- a/PlanM/PlanM.csproj +++ b/PlanM/PlanM.csproj @@ -189,6 +189,12 @@ <Compile Include="鏁版嵁瀵煎叆\Gy_DataIn_RoutingBill_New.designer.cs"> <DependentUpon>Gy_DataIn_RoutingBill_New.cs</DependentUpon> </Compile> + <Compile Include="鏁版嵁瀵煎叆\Gy_StdWorkTimes_RoutingBill.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="鏁版嵁瀵煎叆\Gy_StdWorkTimes_RoutingBill.Designer.cs"> + <DependentUpon>Gy_StdWorkTimes_RoutingBill.cs</DependentUpon> + </Compile> <Compile Include="璁″垝绠$悊\Gy_ICBomBill.cs"> <SubType>Form</SubType> </Compile> @@ -285,6 +291,9 @@ <DependentUpon>Gy_DataIn_RoutingBill_New.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="鏁版嵁瀵煎叆\Gy_StdWorkTimes_RoutingBill.resx"> + <DependentUpon>Gy_StdWorkTimes_RoutingBill.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="璁″垝绠$悊\Gy_ICBomBill.resx"> <DependentUpon>Gy_ICBomBill.cs</DependentUpon> <SubType>Designer</SubType> -- Gitblit v1.9.1