package com.tievd.cube.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.tievd.cube.modules.system.mapper.SysTenantMapper; import com.tievd.cube.modules.system.service.ISysTenantService; import com.tievd.cube.modules.system.entity.SysTenant; import org.springframework.stereotype.Service; @Service public class SysTenantServiceImpl extends ServiceImpl implements ISysTenantService { }