From eb07d0be014b11568d4263b470d46b5cd427fe9b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 17 七月 2025 08:49:45 +0800
Subject: [PATCH] 送货费用

---
 CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
index f525f0d..d19cdcc 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1888,6 +1888,8 @@
     <Content Include="Pages\business\Baozhengjinfukuan.aspx" />
     <Content Include="Pages\business\BaozhengjinCuishou.aspx" />
     <Content Include="Pages\business\DeliverPlanDakaList.aspx" />
+    <Content Include="Pages\business\DeliverPlanWentiOrder.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" />
@@ -3382,6 +3384,20 @@
     <Compile Include="Pages\business\DeliverPlanDakaList.aspx.designer.cs">
       <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon>
     </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiOrder.aspx.cs">
+      <DependentUpon>DeliverPlanWentiOrder.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\DeliverPlanWentiOrder.aspx.designer.cs">
+      <DependentUpon>DeliverPlanWentiOrder.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>

--
Gitblit v1.9.1