package com.dsh.guns.modular.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.dsh.course.mapper.TbGuidePageMapper; import com.dsh.guns.modular.system.model.TbGuidePage; import com.dsh.guns.modular.system.service.ITbGuidePageService; import org.springframework.stereotype.Service; /** *

* banner信息表 服务实现类 *

* * @author stylefeng * @since 2022-06-17 */ @Service public class TbGuidePageServiceImpl extends ServiceImpl implements ITbGuidePageService { }