From 99ddfbcecf0fa2881eb3a91028257eef87dab6de Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 14 五月 2025 08:46:06 +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 b0ca9f4..f38558b 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1888,9 +1888,12 @@
     <Content Include="Pages\business\Baozhengjinfukuan.aspx" />
     <Content Include="Pages\business\BaozhengjinCuishou.aspx" />
     <Content Include="Pages\business\DeliverPlanDakaList.aspx" />
+    <Content Include="Pages\business\DeliverPlanWentiAdd.aspx" />
+    <Content Include="Pages\business\DeliverPlanWentiEdit.aspx" />
     <Content Include="Pages\business\DeliverPlanPaicheEdit.aspx" />
     <Content Include="Pages\business\DeliverPlanFujianShow.aspx" />
     <Content Include="Pages\business\DeliverPlanLishiList.aspx" />
+    <Content Include="Pages\business\DeliverPlanWentiList.aspx" />
     <Content Include="Pages\business\DeliverPlanPaicheList.aspx" />
     <Content Include="Pages\business\DeliverPlanChehui.aspx" />
     <Content Include="Pages\business\DeliverPlanYijiao.aspx" />
@@ -3380,6 +3383,20 @@
     <Compile Include="Pages\business\DeliverPlanDakaList.aspx.designer.cs">
       <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon>
     </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiAdd.aspx.cs">
+      <DependentUpon>DeliverPlanWentiAdd.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiAdd.aspx.designer.cs">
+      <DependentUpon>DeliverPlanWentiAdd.aspx</DependentUpon>
+    </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiEdit.aspx.cs">
+      <DependentUpon>DeliverPlanWentiEdit.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiEdit.aspx.designer.cs">
+      <DependentUpon>DeliverPlanWentiEdit.aspx</DependentUpon>
+    </Compile>
     <Compile Include="Pages\business\DeliverPlanPaicheEdit.aspx.cs">
       <DependentUpon>DeliverPlanPaicheEdit.aspx</DependentUpon>
       <SubType>ASPXCodeBehind</SubType>
@@ -3401,6 +3418,13 @@
     <Compile Include="Pages\business\DeliverPlanLishiList.aspx.designer.cs">
       <DependentUpon>DeliverPlanLishiList.aspx</DependentUpon>
     </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiList.aspx.cs">
+      <DependentUpon>DeliverPlanWentiList.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiList.aspx.designer.cs">
+      <DependentUpon>DeliverPlanWentiList.aspx</DependentUpon>
+    </Compile>
     <Compile Include="Pages\business\DeliverPlanPaicheList.aspx.cs">
       <DependentUpon>DeliverPlanPaicheList.aspx</DependentUpon>
       <SubType>ASPXCodeBehind</SubType>

--
Gitblit v1.9.1