package com.kym.service.impl; import com.github.pagehelper.PageHelper; import com.kym.common.utils.CommUtil; import com.kym.entity.PlatformFeeRate; import com.kym.entity.common.PageBean; import com.kym.entity.queryParams.PlatformFeeRateQueryParam; import com.kym.mapper.PlatformFeeRateMapper; import com.kym.service.PlatformFeeRateService; import com.kym.service.mybatisplus.MyBaseServiceImpl; import org.springframework.stereotype.Service; /** *
* 站点平台费率表 服务实现类 *
* * @author skyline * @since 2025-04-18 */ @Service public class PlatformFeeRateServiceImpl extends MyBaseServiceImpl