package org.jeecg.modules.bonus.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import lombok.extern.slf4j.Slf4j; import org.jeecg.modules.bonus.entity.BonusAllocation; import org.jeecg.modules.bonus.mapper.BonusAllocationMapper; import org.jeecg.modules.bonus.service.IBonusAllocationService; import org.springframework.stereotype.Service; @Service @Slf4j public class BonusAllocationServiceImpl extends ServiceImpl implements IBonusAllocationService { }