package com.dsh.other.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.dsh.other.entity.HomeModule; import com.dsh.other.mapper.HomeModuleMapper; import com.dsh.other.service.IHomeModuleService; import org.springframework.stereotype.Service; @Service public class HomeModuleServiceImpl extends ServiceImpl implements IHomeModuleService { }