package org.jeecg.modules.bonus.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.jeecg.modules.bonus.entity.BonusPayment; import java.util.List; public interface BonusPaymentMapper extends BaseMapper { List queryPageList(BonusPayment payment); }