From b69599e130ad63d21c47dcf6d4b496d97e7da609 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 11 十月 2024 13:18:23 +0800 Subject: [PATCH] 提交 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index 8f89351..98365b9 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -2017,6 +2017,7 @@ <Content Include="Pages\financial\ProcurementListHTML.aspx" /> <Content Include="Pages\financial\ProcurementListPrint.aspx" /> <Content Include="Pages\financial\UnpayOrderList.aspx" /> + <Content Include="Pages\front\WorkBook.aspx" /> <Content Include="Pages\front\DeskCalendar.aspx" /> <Content Include="Pages\front\DigitalBook.aspx" /> <Content Include="Pages\front\DigitalSingle.aspx" /> @@ -2177,6 +2178,8 @@ <Content Include="Pages\sysInquiry\LEDCost.aspx" /> <Content Include="Pages\sysInquiry\LEDMaterialEdit.aspx" /> <Content Include="Pages\sysInquiry\LEDMaterialList.aspx" /> + <Content Include="Pages\sysInquiry\WorkBookTypeList.aspx" /> + <Content Include="Pages\sysInquiry\WorkBookTypeEdit.aspx" /> <Content Include="Pages\sysInquiry\RecoverySysInquiryData.aspx" /> <Content Include="Pages\sysInquiry\SignboardCost.aspx" /> <Content Include="Pages\sysInquiry\SignboardInfoEdit.aspx" /> @@ -4296,6 +4299,13 @@ <Compile Include="Pages\financial\UnpayOrderList.aspx.designer.cs"> <DependentUpon>UnpayOrderList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\front\WorkBook.aspx.cs"> + <DependentUpon>WorkBook.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\front\WorkBook.aspx.designer.cs"> + <DependentUpon>WorkBook.aspx</DependentUpon> + </Compile> <Compile Include="Pages\front\DeskCalendar.aspx.cs"> <DependentUpon>DeskCalendar.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -5416,6 +5426,20 @@ <Compile Include="Pages\sysInquiry\LEDMaterialList.aspx.designer.cs"> <DependentUpon>LEDMaterialList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeList.aspx.cs"> + <DependentUpon>WorkBookTypeList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeList.aspx.designer.cs"> + <DependentUpon>WorkBookTypeList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeEdit.aspx.cs"> + <DependentUpon>WorkBookTypeEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeEdit.aspx.designer.cs"> + <DependentUpon>WorkBookTypeEdit.aspx</DependentUpon> + </Compile> <Compile Include="Pages\sysInquiry\RecoverySysInquiryData.aspx.cs"> <DependentUpon>RecoverySysInquiryData.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1