From 4f1e0ee1b6d0718ef99240d1a08016cca99e1a22 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 22 八月 2024 16:44:27 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.IBusiness/WMS/MengQi/IMqSNData.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs b/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs index 16156cc..f8daae9 100644 --- a/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs +++ b/Tiger.IBusiness/WMS/MengQi/IMqSNData.cs @@ -13,5 +13,8 @@ { public Task<ApiAction> ReturnSN(string barcode); 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