From 2a32dfbf5fe3b484d1ef6849cd8e322faa70ce14 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 20 九月 2025 16:58:20 +0800
Subject: [PATCH] 入库流程

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletCodeInfoService.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletCodeInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletCodeInfoService.cs"
index ea6190a..b383659 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletCodeInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/IPalletCodeInfoService.cs"
@@ -13,5 +13,22 @@
     public interface IPalletCodeInfoService : IService<Dt_PalletCodeInfo>
     {
         public IRepository<Dt_PalletCodeInfo> Repository { get; }
+
+
+        /// <summary>
+        /// 
+        /// </summary>
+        /// <param name="warehouseId"></param>
+        /// <param name="count"></param>
+        /// <param name="palletTypeId"></param>
+        /// <returns></returns>
+        WebResponseContent AddData(int warehouseId, int count, int palletTypeId);
+
+        /// <summary>
+        /// 鏇存柊鎵撳嵃鐘舵��
+        /// </summary>
+        /// <param name="printCode"></param>
+        /// <returns></returns>
+        WebResponseContent PrintStatusUp(string printCode);
     }
 }

--
Gitblit v1.9.3