From 2c69e642303e9f9c3b2e37194c4c6cdf7e1b3001 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 29 四月 2026 17:26:33 +0800
Subject: [PATCH] 4-29

---
 项目代码/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs"
index c9a5f2d..6805c44 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs"
@@ -38,12 +38,22 @@
             _ContainerInfoRepository = containerInfoRepository;
             _IDt_MaterialInfoService = iDt_MaterialInfoService;
         }
-
+        /// <summary>
+        /// 鏂板缁勭洏淇℃伅
+        /// </summary>
+        /// <param name="containerbindingDTO"></param>
+        /// <returns></returns>
         [HttpPost, HttpGet, Route("ContainerbindingAsync"), AllowAnonymous]
         public async Task<WebResponseContent> ContainerbindingAsync([FromBody] ContainerbindingDTO  containerbindingDTO)
         {
            return await _IDt_MaterialInfoService.ContainerbindingAsync(containerbindingDTO);
         }
 
+        [HttpPost, HttpGet, Route("DeleteGroupPlateAsync"), AllowAnonymous]
+        public async Task<WebResponseContent> DeleteGroupPlateAsync(string PalletCode)
+        {
+            return await _IDt_MaterialInfoService.DeleteGroupPlateAsync(PalletCode);
+        }
+
     }
 }

--
Gitblit v1.9.3