?? titletreeservice.java
字號:
package com.chinatech.cpmanage.service;
import java.util.List;
import com.chinatech.cpmanage.common.BusinessException;
import com.chinatech.cpmanage.hibernate.NyxxwTitletree;
public interface TitleTreeService {
public java.util.List getTitlesByParentId(String parentId) throws BusinessException;
public void insertTitleTree(NyxxwTitletree titleTree) throws BusinessException;
public List getAllParenttitle() throws BusinessException;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -