package com.zy.crm.manager.service.impl; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.zy.crm.manager.entity.AllFoll; import com.zy.crm.manager.mapper.AllFollMapper; import com.zy.crm.manager.service.AllFollService; import org.springframework.stereotype.Service; @Service("allFollService") public class AllFollServiceImpl extends ServiceImpl implements AllFollService { }