📄 functreedao.java
字号:
package com.m2.dao;
public interface FuncTreeDAO extends BaseDAO{
static final String FIND_NODE_EXIST="select count(*) from FuncTree t where t.id=? ";
static final String AMOUNT_OF_CHILDS="select count(*) from FuncTree t where t.parentId=?";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -