新增 订单算法平台Service

This commit is contained in:
Lemon
2024-11-19 13:55:39 +08:00
parent 92a8e25df2
commit bc79ebd50d

View File

@@ -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 {
}