From f2357cd1cec35aa635160ca2a1809440d6ea0eeb Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 10:58:01 +0800
Subject: [PATCH] 优化策略表
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
index cf91c47..07bf254 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
@@ -82,5 +82,6 @@
/// <returns></returns>
WebResponseContent CheckFinish(SaveModel saveModel);
WebResponseContent GetCheckOutTasks(SaveModel saveModel);
+ WebResponseContent OutTaskFinish(Dt_SupplyTask supplyTask);
}
}
--
Gitblit v1.9.3