jack
2024-03-27 9b857ed9a9c6e07cc656622b0664109e61638041
src/main/java/com/nq/service/impl/SitePayServiceImpl.java
@@ -13,11 +13,13 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service("iSitePayService")
public class SitePayServiceImpl
        implements ISitePayService {
    @Autowired
    @Resource
    SitePayMapper sitePayMapper;
    public ServerResponse add(SitePay sitePay) {