zxl
2026-03-23 74af7e7e3ee39e25f73525391b13face373e350e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.tievd.cube.modules.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.tievd.cube.modules.system.entity.SysTenant;
 
/**
 * 租户
 *
 * @author 杨欣武
 * @version 2.4.0
 * @since 2022-05-07
 */
public interface ISysTenantService extends IService<SysTenant> {
}