xiaoyong931011
2023-08-17 bba3a4184df2d622ecdbd0ec7c3d4ffc475a6ff2
src/main/java/cc/mrbird/febs/dapp/mapper/MatrixTreeNodeMapper.java
@@ -12,4 +12,6 @@
    List<MatrixTreeNode> selectAllMatrixTreeNode();
    MatrixTreeNode selectByTreeNode(@Param("treeNode") Long treeNode);
    MatrixTreeNode selectByParentNodeAndType(@Param("parentNodeMemberId")Long parentNodeMemberId, @Param("nodeType")Integer nodeType);
}