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.Model/CY.Model.csproj | 2 ++ CY_ECommercePlatform/CY.BLL/CY.BLL.csproj | 1 + CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 24 ++++++++++++++++++++++++ CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj | 1 + CY_ECommercePlatform/CY.IDAL/CY.IDAL.csproj | 1 + 5 files changed, 29 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj b/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj index 84079f2..e59e75d 100644 --- a/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj +++ b/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj @@ -147,6 +147,7 @@ <Compile Include="Inquiry\SysInquiry_SignboardInfoBLL.cs" /> <Compile Include="Inquiry\TaxationCostBLL.cs" /> <Compile Include="Inquiry\WirelessGlueBindCostBLL.cs" /> + <Compile Include="Inquiry\WorkBookTypeBLL.cs" /> <Compile Include="Integrity\Integrity_ComplainanInfoBLL.cs" /> <Compile Include="Integrity\Integrity_EvaluationRecordsBLL.cs" /> <Compile Include="Integrity\Integrity_IntegrityCardBLL.cs" /> diff --git a/CY_ECommercePlatform/CY.IDAL/CY.IDAL.csproj b/CY_ECommercePlatform/CY.IDAL/CY.IDAL.csproj index 51a7a8c..aeebe63 100644 --- a/CY_ECommercePlatform/CY.IDAL/CY.IDAL.csproj +++ b/CY_ECommercePlatform/CY.IDAL/CY.IDAL.csproj @@ -149,6 +149,7 @@ <Compile Include="Inquiry\ITaxationCostDAL.cs" /> <Compile Include="Inquiry\IWirelessGlueBindCostDAL.cs" /> <Compile Include="Inquiry\IPrintColorConsumptionDAL.cs" /> + <Compile Include="Inquiry\IWorkBookTypeDAL.cs" /> <Compile Include="Integrity\IIntegrity_ComplainanEvidenceDAL.cs" /> <Compile Include="Integrity\IIntegrity_ComplainanInfoDAL.cs" /> <Compile Include="Integrity\IIntegrity_CreditGrowRecordDAL.cs" /> diff --git a/CY_ECommercePlatform/CY.Model/CY.Model.csproj b/CY_ECommercePlatform/CY.Model/CY.Model.csproj index 4e53b44..eea06f4 100644 --- a/CY_ECommercePlatform/CY.Model/CY.Model.csproj +++ b/CY_ECommercePlatform/CY.Model/CY.Model.csproj @@ -111,6 +111,7 @@ <Compile Include="Inquiry\InquiryEnum.cs" /> <Compile Include="Inquiry\InquiryInsideModel.cs" /> <Compile Include="Inquiry\InquiryResultModel.cs" /> + <Compile Include="Inquiry\InquiryWorkBookModel.cs" /> <Compile Include="Inquiry\Inquiry_AdhesiveFastCost.cs" /> <Compile Include="Inquiry\Inquiry_AdhesivePaperPrice.cs" /> <Compile Include="Inquiry\Inquiry_AdvertisingCupFastCost.cs" /> @@ -186,6 +187,7 @@ <Compile Include="Inquiry\SysInquiry_RangeofBusiness.cs" /> <Compile Include="Inquiry\SysInquiry_RopeType.cs" /> <Compile Include="Inquiry\SysInquiry_SignboardInfo.cs" /> + <Compile Include="Inquiry\SysInquiry_WorkBookType.cs" /> <Compile Include="Integrity\Integrity_ComplainanEvidence.cs" /> <Compile Include="Integrity\Integrity_ComplainanInfo.cs" /> <Compile Include="Integrity\Integrity_CreditGrowRecord.cs" /> diff --git a/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj b/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj index feddb13..bd06a3a 100644 --- a/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj +++ b/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj @@ -160,6 +160,7 @@ <Compile Include="Inquiry\SysInquiry_SignboardInfoDAL.cs" /> <Compile Include="Inquiry\TaxationCostDAL.cs" /> <Compile Include="Inquiry\WirelessGlueBindCostDAL.cs" /> + <Compile Include="Inquiry\WorkBookTypeDAL.cs" /> <Compile Include="Integrity\Integrity_ComplainanEvidenceDAL.cs" /> <Compile Include="Integrity\Integrity_ComplainanInfoDAL.cs" /> <Compile Include="Integrity\Integrity_CreditGrowRecordDAL.cs" /> 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