疯狂的狮子Li
2024-01-25 7c5898ddf6de0f20e78d2667d56e90197960dd83
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.dromara.system.mapper;
 
import org.dromara.system.domain.SysTenant;
import org.dromara.system.domain.vo.SysTenantVo;
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
 
/**
 * 租户Mapper接口
 *
 * @author Michelle.Chung
 */
public interface SysTenantMapper extends BaseMapperPlus<SysTenant, SysTenantVo> {
 
}