?? queryprocess.java
字號:
package cn.myapps.core.report.query.ejb;
import java.util.Collection;
import cn.myapps.base.ejb.BaseProcess;
public interface QueryProcess extends BaseProcess {
public Collection get_queryStringList( String moduleid,
String application) throws Exception;
public Collection get_queryByAppId(String appid, String application)
throws Exception;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -