package com.zy.crm.manager.service.impl; import com.zy.crm.manager.mapper.CstmrGradeMapper; import com.zy.crm.manager.entity.CstmrGrade; import com.zy.crm.manager.service.CstmrGradeService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("cstmrGradeService") public class CstmrGradeServiceImpl extends ServiceImpl implements CstmrGradeService { }