package com.tievd.jyz.service.impl; import com.tievd.jyz.entity.SpotcheckEvent; import com.tievd.jyz.mapper.SpotcheckEventMapper; import com.tievd.jyz.service.ISpotcheckEventService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * SpotcheckEvent * @author cube * @since 2023-08-15 * @version V2.0.0 */ @Service public class SpotcheckEventServiceImpl extends ServiceImpl implements ISpotcheckEventService { }