接口 Y9OperationService

    • 方法详细资料

      • findByParentId

        List<Y9Operation> findByParentId​(String parentId)
        根据父资源id获取其下子资源
        参数:
        parentId - 父节点id
        返回:
        List<Y9Operation>
      • getMaxIndexByParentId

        Integer getMaxIndexByParentId​(String parentId)
        根据父节点id,获取最大排序
        参数:
        parentId - 父节点id
        返回:
        Integer