This commit is contained in:
2025-03-28 14:38:59 +08:00
parent 90d885845f
commit 4269f8e0ff
17 changed files with 131 additions and 129 deletions
@@ -0,0 +1,2 @@
package lingtao.net.Factory;public class CardPricingStrategy {
}
@@ -0,0 +1,2 @@
package lingtao.net.Factory;public class MetalTargetStrategy {
}
@@ -0,0 +1,2 @@
package lingtao.net.Factory;public interface PricingStrategy {
}
@@ -0,0 +1,2 @@
package lingtao.net.Factory;public class PricingStrategyFactory {
}