package com.ruoyi.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ruoyi.system.domain.IpBlacklist; import com.ruoyi.system.domain.PaymentRecord; import com.ruoyi.system.mapper.IpBlacklistMapper; import com.ruoyi.system.mapper.PaymentRecordMapper; import com.ruoyi.system.service.IpBlacklistService; import com.ruoyi.system.service.PaymentRecordService; import org.springframework.stereotype.Service; @Service public class PaymentRecordServiceImpl extends ServiceImpl implements PaymentRecordService { }