From c635d78b479510ebe2556a420948effcd30a0731 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 21 十二月 2024 18:40:43 +0800
Subject: [PATCH] 新建德森项目分支

---
 zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/strategy/WithdrawalService.java |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/strategy/WithdrawalService.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/strategy/WithdrawalService.java
index 4ae95b6..dc93656 100644
--- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/strategy/WithdrawalService.java
+++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/strategy/WithdrawalService.java
@@ -1,16 +1,16 @@
-package com.zy.asrs.wms.asrs.strategy;
-
-import com.zy.asrs.wms.asrs.entity.LocDetl;
-import com.zy.asrs.wms.asrs.entity.Mat;
-
-public class WithdrawalService {
-    private WithdrawalStrategy strategy;
-
-    public WithdrawalService(WithdrawalStrategy strategy) {
-        this.strategy = strategy;
-    }
-
-    public Mat withdrawProduct(LocDetl storageLocation) {
-        return strategy.selectMatStrategy(storageLocation);
-    }
-}
+package com.zy.asrs.wms.asrs.strategy;
+
+import com.zy.asrs.wms.asrs.entity.LocDetl;
+import com.zy.asrs.wms.asrs.entity.Mat;
+
+public class WithdrawalService {
+    private WithdrawalStrategy strategy;
+
+    public WithdrawalService(WithdrawalStrategy strategy) {
+        this.strategy = strategy;
+    }
+
+    public Mat withdrawProduct(LocDetl storageLocation) {
+        return strategy.selectMatStrategy(storageLocation);
+    }
+}

--
Gitblit v1.9.1