This commit is contained in:
2023-06-13 15:01:44 +08:00
parent 59954fa77b
commit d26787121f
2 changed files with 20 additions and 11 deletions

View File

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