From c6c9b7d3baa822765768c110304d27623f946286 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期二, 15 七月 2025 14:29:09 +0800
Subject: [PATCH] `1`
---
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