From 60438e8eeb6fef5cc95e34beabdabc8b590fbc33 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 09 九月 2021 12:57:16 +0800 Subject: [PATCH] 客户默认未结束 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index af9bafd..6eac3c9 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1988,6 +1988,7 @@ <Content Include="Pages\financial\FirmAccountPrintTable.aspx" /> <Content Include="Pages\financial\MemberOrderMoneyReceive.aspx" /> <Content Include="Pages\financial\MemberOrderPayList.aspx" /> + <Content Include="Pages\financial\OrderFinancialPrint.aspx" /> <Content Include="Pages\financial\OrderMoneyBatchReceive.aspx" /> <Content Include="Pages\financial\OutsourcePayMoney.aspx" /> <Content Include="Pages\financial\OutsourcePayOrder.aspx" /> @@ -4172,6 +4173,13 @@ <Compile Include="Pages\financial\MemberOrderPayList.aspx.designer.cs"> <DependentUpon>MemberOrderPayList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\financial\OrderFinancialPrint.aspx.cs"> + <DependentUpon>OrderFinancialPrint.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\OrderFinancialPrint.aspx.designer.cs"> + <DependentUpon>OrderFinancialPrint.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\OrderMoneyBatchReceive.aspx.cs"> <DependentUpon>OrderMoneyBatchReceive.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1