From bc79ebd50d4632d0124bf2a50d593752fa122f47 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 19 Nov 2024 13:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=AE=97=E6=B3=95=E5=B9=B3=E5=8F=B0Service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/ChargeAlgorithmService.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ChargeAlgorithmService.java diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ChargeAlgorithmService.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ChargeAlgorithmService.java new file mode 100644 index 000000000..806680454 --- /dev/null +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ChargeAlgorithmService.java @@ -0,0 +1,13 @@ +package com.jsowell.thirdparty.platform.service.impl; + +import org.springframework.stereotype.Service; + +/** + * 订单算法平台Service + * + * @author Lemon + * @Date 2024/11/19 13:49:45 + */ +@Service +public class ChargeAlgorithmService { +}