📄 querycgfb.java
字号:
package com.ksgl.body.index;
import java.util.*;
import org.apache.commons.logging.*;
import com.core.web.*;
/**
* <p>Title: literature item </p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2007</p>
*
* <p>Company: </p>
*
* @author hj
* @version 1.0
*/
public class QueryCgFb extends Action {
private List list;
public QueryCgFb()
{
list=new ArrayList();
}
public String execute() throws Exception
{
BO bo = new BO();
list=bo.queryListCg(paging,condition);
return SUCCESS;
}
public List getList() {
return list;
}
public void setList(List list) {
this.list = list;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -