Package net.risesoft.service
Interface TabEntityService
-
- All Known Implementing Classes:
TabEntityServiceImpl
public interface TabEntityService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabEntitygetById(String id)根据唯一标示查找页签List<TabEntity>listAll()查找所有的页签实体voidremoveTabEntitys(String[] tabEntityIds)根据传进来的Id集合删除页签实体TabEntitysaveOrUpdate(TabEntity tabEntity)保存或者更新页签实体
-
-
-
Method Detail
-
removeTabEntitys
void removeTabEntitys(String[] tabEntityIds)
根据传进来的Id集合删除页签实体- Parameters:
tabEntityIds-
-
-