From 58758cab891e0a1cbe060f2ce8fda0805cdfc99a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 03 一月 2025 08:44:40 +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 0c874d2..3f5652f 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1884,6 +1884,8 @@
     <Content Include="Pages\business\BargainPrice.aspx" />
     <Content Include="Pages\business\BargainPriceByFirm.aspx" />
     <Content Include="Pages\business\Caigoufukuanshenqing.aspx" />
+    <Content Include="Pages\business\Baozhengjinfukuan.aspx" />
+    <Content Include="Pages\business\BaozhengjinCuishou.aspx" />
     <Content Include="Pages\business\WaixieOrderPrint.aspx" />
     <Content Include="Pages\business\Waixiefukuanweikaipiao.aspx" />
     <Content Include="Pages\business\Waixiefukuanfukuan.aspx" />
@@ -2044,6 +2046,7 @@
     <Content Include="Pages\common\U_Login.ascx" />
     <Content Include="Pages\financial\DepositsCustomershouruqueren.aspx" />
     <Content Include="Pages\financial\DepositsCustomerFapiao.aspx" />
+    <Content Include="Pages\financial\BaozhengjinIncome.aspx" />
     <Content Include="Pages\financial\NewWaixieExpenses.aspx" />
     <Content Include="Pages\financial\OutsourcePiliangPayMoney.aspx" />
     <Content Include="Pages\financial\CaigouPayEdit.aspx" />
@@ -3313,6 +3316,20 @@
     <Compile Include="Pages\business\Caigoufukuanshenqing.aspx.designer.cs">
       <DependentUpon>Caigoufukuanshenqing.aspx</DependentUpon>
     </Compile>
+    <Compile Include="Pages\business\Baozhengjinfukuan.aspx.cs">
+      <DependentUpon>Baozhengjinfukuan.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\Baozhengjinfukuan.aspx.designer.cs">
+      <DependentUpon>Baozhengjinfukuan.aspx</DependentUpon>
+    </Compile>
+    <Compile Include="Pages\business\BaozhengjinCuishou.aspx.cs">
+      <DependentUpon>BaozhengjinCuishou.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\BaozhengjinCuishou.aspx.designer.cs">
+      <DependentUpon>BaozhengjinCuishou.aspx</DependentUpon>
+    </Compile>
     <Compile Include="Pages\business\WaixieOrderPrint.aspx.cs">
       <DependentUpon>WaixieOrderPrint.aspx</DependentUpon>
       <SubType>ASPXCodeBehind</SubType>
@@ -4433,6 +4450,13 @@
     <Compile Include="Pages\financial\DepositsCustomerFapiao.aspx.designer.cs">
       <DependentUpon>DepositsCustomerFapiao.aspx</DependentUpon>
     </Compile>
+    <Compile Include="Pages\financial\BaozhengjinIncome.aspx.cs">
+      <DependentUpon>BaozhengjinIncome.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\financial\BaozhengjinIncome.aspx.designer.cs">
+      <DependentUpon>BaozhengjinIncome.aspx</DependentUpon>
+    </Compile>
     <Compile Include="Pages\financial\NewWaixieExpenses.aspx.cs">
       <DependentUpon>NewWaixieExpenses.aspx</DependentUpon>
       <SubType>ASPXCodeBehind</SubType>

--
Gitblit v1.9.1