package com.zy.crm.manager.service.impl; import com.zy.crm.manager.mapper.PlanFollMapper; import com.zy.crm.manager.entity.PlanFoll; import com.zy.crm.manager.service.PlanFollService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("planFollService") public class PlanFollServiceImpl extends ServiceImpl implements PlanFollService { }