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/Models/Gy_PNLInfoSub.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 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_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 +} -- Gitblit v1.9.1