From b0dc8869680168a0c8fda011f8ae2492d843c159 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 06 八月 2024 12:02:48 +0800
Subject: [PATCH] 已完成所有工步更新

---
 Tiger.IBusiness/WMS/MengQi/IMqSNData.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs b/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs
index 850a1f7..f8daae9 100644
--- a/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs
+++ b/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs
@@ -15,5 +15,6 @@
         public Task<ApiAction<PageAble<SNData_His>>> GetSNDataHis(PageAble<SNData_His> pageList);
         public Task<ApiAction<List<SNData_His>>> GetAllSNDataHis(SNDataWhere where);
         public Task<ApiAction<List<SNData>>> GetAllSNData(SNDataWhere where);
+        public Task<ApiAction> ReturnWhole(string deliveryNo);
     }
 }

--
Gitblit v1.9.3