| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.system.entity.Tenant; |
| | | import org.springblade.system.vo.TenantVo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param tenant |
| | | * @return |
| | | */ |
| | | List<Tenant> selectTenantPage(IPage page, Tenant tenant); |
| | | List<TenantVo> selectTenantPage(IPage page, Tenant tenant); |
| | | List<Map<String, Object>> selectListTe(String type); |
| | | int inserts(String dj, String had, String ht, String ctime,String content,String hn); |
| | | void updateInfoy(String dj, String had, String ht, String ctime,String content,String hn); |