package com.zy.crm.manager.service.impl; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.zy.crm.manager.entity.FollowUp; import com.zy.crm.manager.mapper.FollowUpMapper; import com.zy.crm.manager.service.FollowUpService; import org.springframework.stereotype.Service; @Service("followUpService") public class FollowUpServiceImpl extends ServiceImpl implements FollowUpService { }