package com.zy.acs.manager.manager.service.impl; import com.zy.acs.manager.manager.mapper.IntegrationRecordMapper; import com.zy.acs.manager.manager.entity.IntegrationRecord; import com.zy.acs.manager.manager.service.IntegrationRecordService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("integrationRecordService") public class IntegrationRecordServiceImpl extends ServiceImpl implements IntegrationRecordService { }