package com.changhong.epc.demo.mapper.tenant.strategy; import com.changhong.epc.bean.admin.TenantInfo; import com.changhong.epc.demo.MVTest; import com.iemsoft.framework.cloud.mybatis.common.MybatisBaseMapper; public interface TenantInfoMapper extends MybatisBaseMapper{ MVTest selectTest(); }