汇付 会员sevice

This commit is contained in:
2023-06-06 16:18:25 +08:00
parent eec55a761b
commit 4e847c34f0
3 changed files with 105 additions and 1 deletions

View File

@@ -1,8 +1,11 @@
package com.jsowell.adapay.service;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
@Slf4j
@Service
public class AdapayService {
}