From 7f0779d2620af812addb71f9a2685c6e7635e73d Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 16 六月 2025 10:09:50 +0800
Subject: [PATCH] refactor: 移动 Gy_BarCodeBill_PNL_TempController.cs, Gy_PNLInfoController.cs, Gy_BarCodeBill_Set_TempController.cs 到 Controllers/华远datamapping; 移动 Gy_PNLInfoSub.cs 到 Controllers/Models

---
 WebAPI/Controllers/华远datamapping/Gy_BarCodeBill_PNL_TempController.cs |    0 
 WebAPI/Controllers/华远datamapping/Gy_BarCodeBill_Set_TempController.cs |    0 
 WebAPI/Controllers/华远datamapping/Gy_PNLInfoController.cs              |    0 
 WebAPI/WebAPI.csproj                                                  |    8 ++++----
 WebAPI/Models/Gy_PNLInfoSub.cs                                        |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_PNL_TempController.cs" "b/WebAPI/Controllers/\345\215\216\350\277\234datamapping/Gy_BarCodeBill_PNL_TempController.cs"
similarity index 100%
rename from "WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_PNL_TempController.cs"
rename to "WebAPI/Controllers/\345\215\216\350\277\234datamapping/Gy_BarCodeBill_PNL_TempController.cs"
diff --git "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_Set_TempController.cs" "b/WebAPI/Controllers/\345\215\216\350\277\234datamapping/Gy_BarCodeBill_Set_TempController.cs"
similarity index 100%
rename from "WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_Set_TempController.cs"
rename to "WebAPI/Controllers/\345\215\216\350\277\234datamapping/Gy_BarCodeBill_Set_TempController.cs"
diff --git "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoController.cs" "b/WebAPI/Controllers/\345\215\216\350\277\234datamapping/Gy_PNLInfoController.cs"
similarity index 100%
rename from "WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoController.cs"
rename to "WebAPI/Controllers/\345\215\216\350\277\234datamapping/Gy_PNLInfoController.cs"
diff --git "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoSub.cs" b/WebAPI/Models/Gy_PNLInfoSub.cs
similarity index 90%
rename from "WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoSub.cs"
rename to WebAPI/Models/Gy_PNLInfoSub.cs
index 3d73d58..b3e1a8c 100644
--- "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoSub.cs"
+++ b/WebAPI/Models/Gy_PNLInfoSub.cs
@@ -3,7 +3,7 @@
 using System.Linq;
 using System.Web;
 
-namespace WebAPI.Controllers.鍩虹璧勬枡.鍩虹璧勬枡
+namespace WebAPI.Models
 {
     public class Gy_PNLInfoSub
     {
@@ -15,4 +15,4 @@
         public int HPosition_x { get; set; } // PCS琛屾墍鍦ㄧ储寮�
         public int HPosition_y { get; set; } // PCS鍒楁墍鍦ㄧ储寮�
     }
-}
\ No newline at end of file
+}
diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index ce811eb..8e0c45b 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -604,8 +604,8 @@
     <Compile Include="Controllers\鍝佽川绠$悊\璐ㄩ噺鎶ヨ〃\QC_QualityReportsController.cs" />
     <Compile Include="Controllers\CJGL\CJ_WIPBeginStockBillController.cs" />
     <Compile Include="Controllers\鍝佽川绠$悊\杞﹂棿鑷鍗昞QC_WorkSelfCheckBillController.cs" />
-    <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_BarCodeBill_PNL_TempController.cs" />
-    <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_BarCodeBill_Set_TempController.cs" />
+    <Compile Include="Controllers\鍗庤繙datamapping\Gy_BarCodeBill_PNL_TempController.cs" />
+    <Compile Include="Controllers\鍗庤繙datamapping\Gy_BarCodeBill_Set_TempController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_CardChangeTypeController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_CardStatusController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_CardAddressController.cs" />
@@ -627,8 +627,8 @@
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_OperatorController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_PaymentConditionListBillController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_DisposeWayController.cs" />
-    <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_PNLInfoController.cs" />
-    <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_PNLInfoSub.cs" />
+    <Compile Include="Controllers\鍗庤繙datamapping\Gy_PNLInfoController.cs" />
+    <Compile Include="Models\Gy_PNLInfoSub.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_ProcMulController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_RepairCheckClassController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_ScrapReasonController.cs" />

--
Gitblit v1.9.1