package com.zy.ints.service.impl; import com.zy.ints.mapper.WaitMatchkLogMapper; import com.zy.ints.entity.WaitMatchkLog; import com.zy.ints.service.WaitMatchkLogService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("waitMatchkLogService") public class WaitMatchkLogServiceImpl extends ServiceImpl implements WaitMatchkLogService { }