接口 TabEntityService

  • 所有已知实现类:
    TabEntityServiceImpl

    public interface TabEntityService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • getById

        TabEntity getById​(String id)
        根据唯一标示查找页签
        参数:
        id -
        返回:
      • listAll

        List<TabEntity> listAll()
        查找所有的页签实体
        返回:
      • removeTabEntitys

        void removeTabEntitys​(String[] tabEntityIds)
        根据传进来的Id集合删除页签实体
        参数:
        tabEntityIds -
      • saveOrUpdate

        TabEntity saveOrUpdate​(TabEntity tabEntity)
        保存或者更新页签实体
        参数:
        tabEntity -
        返回: