📄 wytwlist.java
字号:
package com.ksgl.body.index;
import java.util.*;
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 WytwList extends Action{
public WytwList() {
try {
jbInit();
}
catch (Exception ex) {
ex.printStackTrace();
}
}
private List list1;
private String id;
private void jbInit() throws Exception {
}
public String execute() throws Exception {
BO bo = new BO();
list1=bo.queryListly(paging,condition);
return SUCCESS;
}
public String getId() {
return id;
}
public List getList1() {
return list1;
}
public void setId(String id) {
this.id = id;
}
public void setList1(List list1) {
this.list1 = list1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -